From adb4c5059a20c7dbfcd0646c069c8c8e7352ad70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:12:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 95 +++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f908791..4b0c0aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,15 +43,12 @@ export default function LandingPage() {
@@ -120,23 +94,14 @@ export default function LandingPage() { description="Growing with your families every day." metrics={[ { - id: "m1", - icon: Smile, - title: "Happy Babies", - value: "5,000+", - }, + id: "m1", icon: Smile, + title: "Happy Babies", value: "5,000+"}, { - id: "m2", - icon: Package, - title: "Orders Delivered", - value: "12,000+", - }, + id: "m2", icon: Package, + title: "Orders Delivered", value: "12,000+"}, { - id: "m3", - icon: Star, - title: "Avg. Rating", - value: "4.9/5", - }, + id: "m3", icon: Star, + title: "Avg. Rating", value: "4.9/5"}, ]} /> @@ -145,9 +110,11 @@ export default function LandingPage() { @@ -155,29 +122,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1