Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-06-13 02:31:09 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}

View File

@@ -109,7 +109,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="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}