diff --git a/public/index.html b/public/index.html index f190e17..2fef9c2 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - Tech Launchpad Traineeship Program + Progodyssey Traineeship Program @@ -13,7 +13,7 @@
-

Welcome to Tech Launchpad Traineeship

+

Welcome to Progodyssey Traineeship

Where Tech Careers Begin

Apply Now
@@ -23,7 +23,7 @@

About the Program

-

The Tech Launchpad Traineeship Program is designed for aspiring IT professionals who want to build a solid foundation in the tech industry. We get to assist you in honing your technical skills for the challenges and opportunities in today’s technology landscape.

+

The Progodyssey Traineeship Program is designed for aspiring IT professionals who want to build a solid foundation in the tech industry. We get to assist you in honing your technical skills for the challenges and opportunities in today’s technology landscape.

@@ -46,7 +46,7 @@

What Our Trainees Say

-

"Tech Launchpad gave me the skills and confidence I needed to start my career in IT. The mentorship and real-world experience were invaluable!"

+

"Progodyssey Traineeship Program gave me the skills and confidence I needed to start my career in IT. The mentorship and real-world experience were invaluable!"

— Ryan Mwangi, Software Developer
@@ -71,7 +71,7 @@ diff --git a/src/routes.js b/src/routes.js index fb3bb14..a3c16f0 100644 --- a/src/routes.js +++ b/src/routes.js @@ -1,5 +1,5 @@ import express from 'express'; -import { submitToListmonk } from './formHandler.js'; // Import the form handler +import { submitToListmonk } from './formHandler'; const router = express.Router();