diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f1574b..3cdd49e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,10 +82,9 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-holding-plant-pots_23-2148913641.jpg", imageAlt: "Students doing science experiments" }, { imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294511.jpg", imageAlt: "Students engaged in engineering challenge" }, { imageSrc: "http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161644.jpg", imageAlt: "Group of students learning together" }, - { imageSrc: "http://img.b2bpic.net/free-photo/excited-female-library-user-using-vr-simulator_74855-1846.jpg", imageAlt: "Student using tablet for math lesson" }, + { imageSrc: "http://img.b2bpic.net/free-photo/excited-female-library-user-using-vr-simulator_74855-1846.jpg", imageAlt: "Student using tablet for math lesson" } ]} mediaAnimation="slide-up" - useInvertedBackground={false} /> @@ -109,7 +108,7 @@ export default function HomePage() { { id: "m2", value: "85%", title: "Skills Mastered", description: "High mastery rate in foundational math and STEM concepts.", icon: Award }, { id: "m3", value: "95%", title: "Confidence Boost", description: "Significant increase in student confidence and engagement.", icon: Smile }, ]} - gridVariant="three-columns-all-equal-width" + gridVariant="three-columns" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -138,8 +137,8 @@ export default function HomePage() { title="Upcoming Events & Achievements" description="Stay informed about our exciting events, workshops, and recognize your child's hard-earned certificates of completion." plans={[ - { id: "events", badge: "Discover", badgeIcon: Calendar, price: "Free", subtitle: "Access our interactive events calendar", buttons: [{ text: "View Calendar", href: "#" }], features: ["Monthly Workshops", "Guest Speaker Series", "Student Showcase Events", "Parent Q&A Sessions"], imageSrc: "http://img.b2bpic.net/free-photo/student-sitting-lecture-hall_23-2147679158.jpg", imageAlt: "Upcoming events calendar" }, - { id: "certificates", badge: "Celebrate", badgeIcon: Trophy, price: "Awarded", subtitle: "Receive a certificate upon program completion", buttons: [{ text: "Learn More", href: "#" }], features: ["Official Certificate of Completion", "Recognizes Skill Mastery", "Boosts Student Confidence", "Printable & Shareable"], imageSrc: "http://img.b2bpic.net/free-photo/graduation-celebration-with-students-diplomas-birds-sky_23-2151966317.jpg", imageAlt: "Certificate of completion" }, + { id: "events", badge: "Discover", badgeIcon: Calendar, price: "Free", subtitle: "Access our interactive events calendar", buttons: [{ text: "View Calendar", href: "#" }], features: ["Monthly Workshops", "Guest Speaker Series", "Student Showcase Events", "Parent Q&A Sessions"] }, + { id: "certificates", badge: "Celebrate", badgeIcon: Trophy, price: "Awarded", subtitle: "Receive a certificate upon program completion", buttons: [{ text: "Learn More", href: "#" }], features: ["Official Certificate of Completion", "Recognizes Skill Mastery", "Boosts Student Confidence", "Printable & Shareable"] } ]} animationType="slide-up" textboxLayout="default" @@ -149,7 +148,7 @@ export default function HomePage() {