From cde5effe0152f7020df2283092a41344cb073b8f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 08:03:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74690b8..8db3557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function WebAgency2Page() { metrics={[ { id: "waste", value: "85%", title: "Less Waste", description: "Enjoy longer-lasting pieces while reducing environmental impact", icon: Award }, { id: "materials", value: "100%", title: "Natural", description: "Certified organic or recycled materials ensuring skin-safe comfort", icon: Users }, - { id: "carbon", value: "40%", title: "Carbon Cut", description: "Significantly lower your personal carbon footprint with every purchase", icon: TrendingUp }, + { id: "carbon", value: "40%", title: "Carbon Cut", description: "We offset our carbon footprint by 40% through local manufacturing and eco-friendly logistics.", icon: TrendingUp }, ]} /> ); -} +} \ No newline at end of file