Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:43:22 +00:00

View File

@@ -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"