Update src/app/page.tsx

This commit is contained in:
2026-01-29 20:48:49 +00:00
parent 5a7740dcc8
commit 39acdefea5

View File

@@ -71,10 +71,10 @@ export default function LandingPage() {
<AboutMetric
title="Why STEP Academy leads IT education with proven excellence and comprehensive support"
metrics={[
{ icon: Users, label: "Active Students", value: "2,500+" },
{ icon: TrendingUp, label: "Job Placement Rate", value: "46%" },
{ icon: Award, label: "Expert Instructors", value: "75+" },
{ icon: Globe, label: "Courses Available", value: "15+" }
{ icon: Users, label: "Active Students", value: "5,000+" },
{ icon: TrendingUp, label: "Job Placement Rate", value: "92%" },
{ icon: Award, label: "Expert Instructors", value: "150+" },
{ icon: Globe, label: "Courses Available", value: "30+" }
]}
useInvertedBackground="noInvert"
/>