From 23ddba68524a05be570186c54d8cd91ebe6f2d5f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:55:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1c3da3..6923b01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "98%", description: "University Acceptance Rate"}, + id: "1", value: "98%", description: "98% Placement in Top-Tier Universities"}, { id: "2", value: "15+", description: "Years of Excellence"}, { @@ -233,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1