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" }
]}
button={{
text: "Enroll Now",
href: "/contact"
text: "Enroll Now", href: "/contact"
}}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}