diff --git a/src/app/page.tsx b/src/app/page.tsx index 47f59d9..74619e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"