From 616e33bd9947959b56d1712fd451f65ccc74f923 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:43:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.49.1