Update src/app/about/page.tsx
This commit is contained in:
@@ -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+"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -102,4 +97,4 @@ export default function AboutPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user