From 276a91229af538fadacf4a1e91645ab868303c8c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:13:56 +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 7ca3fb2..7f03ef2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, BookOpen, CheckCircle, Globe, Graduation, QrCode, Star, Target, Trophy, Users } from "lucide-react"; +import { Award, BookOpen, CheckCircle, Globe, GraduationCap, QrCode, Star, Target, Trophy, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -116,7 +116,7 @@ export default function LandingPage() { description="Measurable achievements in student success, academic performance, and community engagement demonstrate our commitment to excellence." metrics={[ { id: "1", icon: Trophy, title: "Awards Won", value: "47" }, - { id: "2", icon: Graduation, title: "Graduates", value: "5,000+" }, + { id: "2", icon: GraduationCap, title: "Graduates", value: "5,000+" }, { id: "3", icon: Globe, title: "Countries", value: "35" }, { id: "4", icon: Star, title: "Rating", value: "4.9/5" } ]} -- 2.49.1