Update src/app/about/page.tsx

This commit is contained in:
2026-01-20 14:25:29 +00:00
parent ccc56bff3a
commit 1b08d992ea

View File

@@ -30,8 +30,7 @@ export default function AboutPage() {
{ name: "FAQ", id: "faq" } { name: "FAQ", id: "faq" }
]} ]}
button={{ button={{
text: "Enroll Now", text: "Enroll Now", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -43,23 +42,19 @@ export default function AboutPage() {
metrics={[ metrics={[
{ {
icon: Users, icon: Users,
label: "Students Graduated", label: "Students Graduated", value: "5,000+"
value: "5,000+"
}, },
{ {
icon: Award, icon: Award,
label: "Certification Programs", label: "Certification Programs", value: "15+"
value: "15+"
}, },
{ {
icon: TrendingUp, icon: TrendingUp,
label: "Job Placement Rate", label: "Job Placement Rate", value: "92%"
value: "92%"
}, },
{ {
icon: Globe, icon: Globe,
label: "Global Alumni Network", label: "Global Alumni Network", value: "150+"
value: "150+"
} }
]} ]}
/> />