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" } { 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+"
} }
]} ]}
/> />