Merge version_2 into main #1

Merged
development merged 8 commits from version_2 into main 2026-01-20 14:25:40 +00:00
Showing only changes of commit 1b08d992ea - Show all commits

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>
);
}
}