Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-05-07 23:24:14 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}