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 +}