From 64bd64f924631c6621adf6da66ccefc3fe8303b0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:31:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39f339b..54bcdae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "15k+", title: "Cups Served", items: ["Per Year", "High Quality"] }, + { id: "m1", value: "15k+", title: "Cups of Joy Served", items: ["98% Customer Satisfaction", "High Quality Ingredients"] }, { id: "m2", value: "20", title: "Local Suppliers", items: ["Community First", "Ethical"] }, { id: "m3", value: "5", title: "Years Serving", items: ["Neighborhood Pride", "Steady"] }, ]} @@ -176,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1