From afa9a775f4df17aff86131af2b919558f614f98c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:52:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 928bbf2..ebf1547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,17 +113,17 @@ export default function LandingPage() { useInvertedBackground="noInvert" metrics={[ { - id: "1", value: "2500+", title: "Students Trained Since 2018", items: [ + id: "1", value: "5000+", title: "Students Trained Since 2018", items: [ "90% job placement within 6 months", "Average salary increase of 45%", "Partnerships with 200+ tech companies" ] }, { - id: "2", value: "12.5+", title: "Industry Expert Instructors", items: [ + id: "2", value: "25+", title: "Industry Expert Instructors", items: [ "20+ years average experience", "Active in latest tech trends", "Mentorship beyond classroom" ] }, { - id: "3", value: "7.5", title: "Specialized Certifications", items: [ + id: "3", value: "15", title: "Specialized Certifications", items: [ "AWS, Google Cloud, Azure certified", "Recognized by industry leaders", "Career advancement credentials" ] }