diff --git a/src/app/page.tsx b/src/app/page.tsx index aef6e91..2f9887f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,7 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "1M+", title: "Buns Baked", items: ["Fresh daily", "Artisan quality"] }, { id: "m2", value: "50+", title: "Locations", items: ["Worldwide", "Open daily"] }, + { id: "m3", value: "10,000+", title: "Happy Daily Customers", items: ["High satisfaction", "Community favorite"] }, ]} /> @@ -137,4 +138,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file