From 42d9096e976d14bee86f076145bd135963796523 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:56:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1