From 6bc1abee45c0d22476164b521787808a2f39cff4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 02:27:53 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5f2ecf4..f968463 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { { id: "i2", value: "95%", title: "Increased Confidence", description: "Boost in self-assurance and enthusiasm for challenging topics.", icon: TrendingUp }, { id: "i3", value: "88%", title: "Problem-Solving Skills", description: "Enhanced abilities in analytical thinking and creative solutions.", icon: Brain }, ]} - gridVariant="three-columns-all-equal-width" + gridVariant="three-columns" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -95,7 +95,7 @@ export default function AboutPage() { @@ -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() {