From 29f610aa473758b19d52f435e272f44dc13f9298 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:24:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9a6bcc..c73fdb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { @@ -105,19 +105,19 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "100%", description: "Naturally Derived" }, - { id: "m2", value: "Eco", description: "Packaging" }, - { id: "m3", value: "Local", description: "Sourcing" }, + { id: "m1", value: "100%", description: "Organically Sourced" }, + { id: "m2", value: "Eco-Luxe", description: "Sustainable Packaging" }, + { id: "m3", value: "Local", description: "Community First" }, ]} - title="Impact Stats" - description="Cultivating a greener community." + title="Growth & Impact" + description="Cultivating a greener, more mindful community." />
@@ -146,8 +146,8 @@ export default function LandingPage() { @@ -157,11 +157,11 @@ export default function LandingPage() { -- 2.49.1