From cf546896c14aa525b3acf5ac1db1f7bcd1eef181 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:01:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 509d9cf..01e52fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,16 +133,20 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Professional Teachers", author: "Experienced Instructors", description: "Learn from industry professionals with years of real-world IT experience. Our teachers stay updated with the latest technologies and industry trends.", tags: ["Expert Training", "Industry Standards"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/portrait-photo-of-a-professional-male-it-1773201356347-062b7d3e.png" + id: "1", title: "Professional Teachers", author: "Experienced Instructors", description: "Learn from industry professionals with years of real-world IT experience. Our teachers stay updated with the latest technologies and industry trends.", tags: ["Expert Training", "Industry Standards"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/portrait-photo-of-a-professional-male-it-1773201356347-062b7d3e.png" }, { - id: "2", title: "Small Class Groups", author: "Personalized Learning", description: "Classes limited to 12-15 students per group. This ensures personalized attention, quick question answering, and better learning outcomes for each student.", tags: ["Personal Attention", "Quality Focus"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/a-diverse-group-of-young-teenagers-and-u-1773201357428-c3785630.png?_wi=3" + id: "2", title: "Small Class Groups", author: "Personalized Learning", description: "Classes limited to 12-15 students per group. This ensures personalized attention, quick question answering, and better learning outcomes for each student.", tags: ["Personal Attention", "Quality Focus"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/a-diverse-group-of-young-teenagers-and-u-1773201357428-c3785630.png?_wi=3" }, { - id: "3", title: "Real Projects", author: "Practical Experience", description: "Work on real-world projects that teach you applicable skills. Build a portfolio of work to showcase to potential employers and clients.", tags: ["Portfolio Building", "Practical Skills"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/a-laptop-screen-displaying-a-modern-colo-1773201356092-b9d358b7.png?_wi=2" + id: "3", title: "Real Projects", author: "Practical Experience", description: "Work on real-world projects that teach you applicable skills. Build a portfolio of work to showcase to potential employers and clients.", tags: ["Portfolio Building", "Practical Skills"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/a-laptop-screen-displaying-a-modern-colo-1773201356092-b9d358b7.png?_wi=2" }, { - id: "4", title: "Job-Ready Skills", author: "Career Preparation", description: "Master the technical skills and professional knowledge needed for entry-level IT positions. We focus on what employers actually need.", tags: ["Career Success", "Employment Ready"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/a-modern-front-end-development-workspace-1773201356907-35d8f6fd.png?_wi=2" + id: "4", title: "Job-Ready Skills", author: "Career Preparation", description: "Master the technical skills and professional knowledge needed for entry-level IT positions. We focus on what employers actually need.", tags: ["Career Success", "Employment Ready"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amcf79vxn3hl0THnCVDhaCeudz/a-modern-front-end-development-workspace-1773201356907-35d8f6fd.png?_wi=2" } ]} animationType="slide-up" @@ -204,12 +208,12 @@ export default function LandingPage() { tag="Start Your Journey" tagIcon={Rocket} tagAnimation="slide-up" - title="Ready to Transform Your IT Skills?" + title="Get Your Free Career Consultation Today" description="Join hundreds of students who have already started their IT careers at ProSkill. Contact us today for a free consultation and course recommendations." background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Your phone number" - buttonText="Request a Call" + buttonText="Schedule Free Call" termsText="We respect your privacy. Your contact information is secure and will only be used to reach you about ProSkill courses." /> @@ -228,4 +232,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1