diff --git a/src/app/page.tsx b/src/app/page.tsx index 2be8808..6a462dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -87,15 +77,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "Advanced Data Science", description: "Master AI and Big Data analytics in real-world scenarios.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k16a02", imageAlt: "computer science coding environment"}, - { - title: "Robotics Engineering", description: "Hands-on engineering projects with advanced robotics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gbweh1", imageAlt: "robotics engineering project"}, - { - title: "Cloud Infrastructure", description: "Architect robust systems using modern cloud technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w85w3c", imageAlt: "abstract cloud computing network"}, + { title: "Hardware Diagnostics", description: "Learn to identify motherboard issues and component failures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k16a02" }, + { title: "Screen Replacement", description: "Hands-on training for delicate screen and battery repairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gbweh1" }, + { title: "Software Flashing", description: "Master software debugging, OS updates, and unlocking protocols.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w85w3c" }, ]} - title="Program Highlights" - description="Specialized pathways designed for the modern learner." + title="What You Will Learn" + description="Acquire the most in-demand skills in the mobile repair industry." /> @@ -106,17 +93,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "1", value: "Sept 01", description: "Applications Open"}, - { - id: "2", value: "Jan 15", description: "Early Action Deadline"}, - { - id: "3", value: "March 01", description: "Final Application Deadline"}, - { - id: "4", value: "May 01", description: "Decision Enrollment"}, + { id: "1", value: "2 Months", description: "Full Program Duration" }, + { id: "2", value: "25,000", description: "Course Fee (PKR)" }, + { id: "3", value: "Saddar", description: "Training Center Location" }, ]} - title="Admissions Timeline" - description="Stay on track with our application process." + title="Course Overview" + description="Quick facts about our upcoming mobile technology program." /> @@ -125,19 +107,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", title: "Life Changing", quote: "CMS gave me the tools to build my AI startup before graduating.", name: "Sarah J.", role: "CS Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f2uyc9"}, - { - id: "2", title: "Supportive", quote: "The faculty here genuinely cares about our professional growth.", name: "Marcus T.", role: "Robotics Researcher", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6bvyh6"}, - { - id: "3", title: "Inspirational", quote: "The curriculum is updated with industry standards, not just theory.", name: "Elena R.", role: "Data Analyst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8sc0jb"}, - { - id: "4", title: "Top Notch", quote: "Unparalleled networking opportunities with top tech companies.", name: "David K.", role: "Network Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nwh2kq"}, - { - id: "5", title: "Innovative", quote: "I feel prepared for the competitive job market after graduating.", name: "Lisa B.", role: "Cybersecurity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cq45ss"}, + { id: "1", title: "Life Changing", quote: "This program gave me the skills to open my own repair shop within months.", name: "Sarah J.", role: "Certified Technician" }, + { id: "2", title: "Practical", quote: "The hands-on approach made all the difference. I feel very confident now.", name: "Marcus T.", role: "Alumni" }, ]} title="Student Experiences" - description="What our future-shapers are saying about their journey at CMS." + description="Hear from our graduates who have launched successful careers." /> @@ -145,14 +119,11 @@ export default function LandingPage() {