From 354351f18800b7cd23ec5d031d6ba1027b910b72 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:44:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74619e7..9eb1ce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "View Our History", href: "features" + text: "View Our History", href: "#features" } ]} buttonAnimation="slide-up" @@ -149,16 +149,16 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: 95, title: "%", description: "Average Pass Rate in SPM Examinations", icon: TrendingUp + id: "1", value: "95", title: "%", description: "Average Pass Rate in SPM Examinations", icon: TrendingUp }, { - id: "2", value: 500, title: "+", description: "Active Student Population", icon: Users + id: "2", value: "500", title: "+", description: "Active Student Population", icon: Users }, { - id: "3", value: 50, title: "+", description: "Co-Curricular Programs & Clubs", icon: Sparkles + id: "3", value: "50", title: "+", description: "Co-Curricular Programs & Clubs", icon: Sparkles }, { - id: "4", value: 2500, title: "+", description: "Alumni in Professional Careers", icon: Award + id: "4", value: "2500", title: "+", description: "Alumni in Professional Careers", icon: Award } ]} textboxLayout="default" @@ -167,7 +167,7 @@ export default function HomePage() { animationType="slide-up" buttons={[ { - text: "Read Success Stories", href: "testimonials" + text: "Read Success Stories", href: "#testimonials" } ]} buttonAnimation="slide-up" -- 2.49.1