From 1b08d992ea093d3841ac181099719727e1e167e9 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:25:29 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ca960c3..fd949aa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,8 +30,7 @@ export default function AboutPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -43,23 +42,19 @@ export default function AboutPage() { metrics={[ { icon: Users, - label: "Students Graduated", - value: "5,000+" + label: "Students Graduated", value: "5,000+" }, { icon: Award, - label: "Certification Programs", - value: "15+" + label: "Certification Programs", value: "15+" }, { icon: TrendingUp, - label: "Job Placement Rate", - value: "92%" + label: "Job Placement Rate", value: "92%" }, { icon: Globe, - label: "Global Alumni Network", - value: "150+" + label: "Global Alumni Network", value: "150+" } ]} /> @@ -102,4 +97,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}