1 Commits

Author SHA1 Message Date
39acdefea5 Update src/app/page.tsx 2026-01-29 20:48:49 +00:00

View File

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