From 133198939d88d437ebfa54e6022ac52ff49b81d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 02:28:36 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f968463..bc2c8a2 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" + gridVariant={3} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 1605da33ec8a2a80a1fdae31a5e2897a9224db71 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 02:28:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cdd49e..8917c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,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" + gridVariant={3} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1