From 37bcca049455b99ba75d4c38c365ca9aea74d990 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:21:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a502f80..bb7b010 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,8 +76,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { id: "m1", title: "Served", items: [{ label: "Customers", value: "500+" }] }, - { id: "m2", title: "Community", items: [{ label: "Members", value: "10k+" }] } + { id: "m1", title: "Served", description: "500+" }, + { id: "m2", title: "Community", description: "10k+" } ]} title="Our Impact" description="Growing our community, one fruit cup at a time." @@ -87,7 +87,7 @@ export default function LandingPage() {