From bfb8de5991ef17fac0c2623d1aa7fd17abef2dc7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:44:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 285a4ab..4c07527 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,16 +149,16 @@ export default function LandingPage() { description="See the real difference we're making for the planet and local communities through sustainable upcycling." metrics={[ { - id: "waste-diverted", value: "2.5M+", title: "Kg of Textile Waste Diverted", description: "From landfills to meaningful second lives", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "environmental impact statistics sustainability" + id: "waste-diverted", value: "2.5M+", title: "Kg of Textile Waste Diverted", description: "From landfills to meaningful second lives", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=1", imageAlt: "environmental impact statistics sustainability" }, { - id: "artisans-supported", value: "450+", title: "Local Artisans & Women Supported", description: "Fair wages, meaningful employment, and community empowerment", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "environmental impact statistics sustainability" + id: "artisans-supported", value: "450+", title: "Local Artisans & Women Supported", description: "Fair wages, meaningful employment, and community empowerment", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=2", imageAlt: "environmental impact statistics sustainability" }, { - id: "products-created", value: "15K+", title: "Sustainable Products Created", description: "Each one carrying a story of transformation", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "environmental impact statistics sustainability" + id: "products-created", value: "15K+", title: "Sustainable Products Created", description: "Each one carrying a story of transformation", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=3", imageAlt: "environmental impact statistics sustainability" }, { - id: "co2-saved", value: "800+", title: "Tons of CO₂ Emissions Prevented", description: "By reducing fashion waste and production", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "environmental impact statistics sustainability" + id: "co2-saved", value: "800+", title: "Tons of CO₂ Emissions Prevented", description: "By reducing fashion waste and production", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=4", imageAlt: "environmental impact statistics sustainability" } ]} animationType="slide-up" -- 2.49.1