Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 04:01:10 +00:00

View File

@@ -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."
/>
</div>
@@ -228,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}