From 1c9c60e7cd10dae6664ab06607e52b6cde1e327a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:57:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31b988a..8ff326f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { title="Building Leaders and Scholars Since 1988" metrics={[ { icon: Users, label: "Established", value: "1988" }, - { icon: Shield, label: "CBSE Recognized", value: "Yes", metricCardClassName: "ring-2 ring-blue-500 bg-blue-50 dark:bg-blue-950/30" }, + { icon: Shield, label: "CBSE Recognized", value: "Yes" }, { icon: Award, label: "Co-Educational", value: "Yes" }, { icon: BookOpen, label: "Medium", value: "English" } ]} -- 2.49.1