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