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