From 1c67039726869c0f31e7dad0e78d70c4015dc9a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:29:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ff326f..fd70e47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Award, Users, Globe, BookOpen, Sparkles, TrendingUp, Shield } from "lucide-react"; +import { Award, Users, Globe, BookOpen, Sparkles, TrendingUp, Shield, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -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" }, + { icon: CheckCircle, label: "CBSE Recognized", value: "Yes" }, { icon: Award, label: "Co-Educational", value: "Yes" }, { icon: BookOpen, label: "Medium", value: "English" } ]} -- 2.49.1