From 47cc3b9eb3e4326a0e5036df0f2b06ff66d09c11 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 28 Jan 2026 23:31:34 +0200 Subject: [PATCH] Bob AI: make numbers in Our Impact by Numbers section lowe... --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 037316d..ec299d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,22 +200,22 @@ export default function HomePage() { metrics={[ { id: "1", - value: "15,000+", + value: "7.5,000+", description: "Active Students" }, { id: "2", - value: "98%", + value: "49%", description: "Course Completion Rate" }, { id: "3", - value: "92%", + value: "46%", description: "Job Placement Rate" }, { id: "4", - value: "50+", + value: "25+", description: "Expert Instructors" } ]}