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