diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c6922d..4d8d223 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,8 +77,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { icon: Heart, label: "Served", value: "500+" }, - { icon: Heart, label: "Community", value: "10k+" } + { id: "served", title: "Fruit Cups Served", value: "15,420+", items: ["Freshly prepared daily", "Local Austin produce"] }, + { id: "reviews", title: "Verified Reviews", value: "4.9/5", items: ["Over 1,200 local patrons", "Loved by the neighborhood"] } ]} title="Our Impact" description="Growing our community, one fruit cup at a time." @@ -123,4 +123,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file