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