From 7d818fe7e833b616ba9448ddfe1dd9a9884ea34d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:27:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f99323f..ab75ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,6 +118,8 @@ export default function LandingPage() { title="Our Impact" description="Trusted by students across the city." metrics={[ + { + id: "m0", value: "4.8/5", description: "Star Rating"}, { id: "m1", value: "500+", description: "Happy Students"}, { @@ -140,4 +142,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1