From 76dc2e136f6682c9634d1caa970fb1176b2f05cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:48:35 +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 737335b..b800e1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,13 +210,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "95%", description: "Of students pass their BCS preliminary exams", icon: CheckCircle + id: "kpi-1", value: "95%", title: "Success Rate", icon: CheckCircle }, { - value: "200+", description: "Comprehensive lessons and practice materials", icon: BookOpen + id: "kpi-2", value: "200+", title: "Hours of Content", icon: BookOpen }, { - value: "100%", description: "Students highly recommend our preparation course", icon: Users + id: "kpi-3", value: "100%", title: "Student Satisfaction", icon: Users } ]} title="Hear From Our Successful Students" -- 2.49.1