1 Commits

Author SHA1 Message Date
c8f8fff537 Bob AI: make numbers in Our Impact section lower in half 2026-01-29 14:56:00 +02:00

View File

@@ -113,17 +113,17 @@ export default function LandingPage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
metrics={[ metrics={[
{ {
id: "1", value: "5000+", title: "Students Trained Since 2018", items: [ id: "1", value: "2500+", title: "Students Trained Since 2018", items: [
"90% job placement within 6 months", "Average salary increase of 45%", "Partnerships with 200+ tech companies" "90% job placement within 6 months", "Average salary increase of 45%", "Partnerships with 200+ tech companies"
] ]
}, },
{ {
id: "2", value: "25+", title: "Industry Expert Instructors", items: [ id: "2", value: "12.5+", title: "Industry Expert Instructors", items: [
"20+ years average experience", "Active in latest tech trends", "Mentorship beyond classroom" "20+ years average experience", "Active in latest tech trends", "Mentorship beyond classroom"
] ]
}, },
{ {
id: "3", value: "15", title: "Specialized Certifications", items: [ id: "3", value: "7.5", title: "Specialized Certifications", items: [
"AWS, Google Cloud, Azure certified", "Recognized by industry leaders", "Career advancement credentials" "AWS, Google Cloud, Azure certified", "Recognized by industry leaders", "Career advancement credentials"
] ]
} }