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() {