From da4d71f0ea2d016a51ba61501f7f01b65eb3b2bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:24:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d5a2f1..c7159b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,12 +126,12 @@ export default function LandingPage() { description="Understanding the environmental impact helps us make better choices for our planet. Simple facts about waste, pollution, and climate change that inspire action." features={[ { - id: "plastic-pollution", title: "Plastic Pollution Crisis", description: "Over 8 million tons of plastic enter our oceans annually. Recycling helps reduce this devastating impact on marine life and ecosystems.", tag: "Ocean Health", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "recycling bin sorting waste management", buttons: [{ text: "Learn More", href: "#actions" }], + id: "plastic-pollution", title: "Plastic Pollution Crisis", description: "Over 8 million tons of plastic enter our oceans annually. Recycling helps reduce this devastating impact on marine life and ecosystems.", tag: "Ocean Health", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=1", imageAlt: "recycling bin sorting waste management", buttons: [{ text: "Learn More", href: "#actions" }], }, { - id: "waste-reduction", title: "Reduce Landfill Waste", description: "By recycling paper, plastic, and glass, we can significantly reduce the amount of waste in landfills and conserve natural resources.", tag: "Waste Management", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "recycling bin sorting waste management"}, + id: "waste-reduction", title: "Reduce Landfill Waste", description: "By recycling paper, plastic, and glass, we can significantly reduce the amount of waste in landfills and conserve natural resources.", tag: "Waste Management", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=2", imageAlt: "recycling bin sorting waste management"}, { - id: "climate-change", title: "Combat Climate Change", description: "Recycling reduces energy consumption and greenhouse gas emissions, making it one of the most effective climate action steps we can take.", tag: "Climate Action", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "recycling bin sorting waste management"}, + id: "climate-change", title: "Combat Climate Change", description: "Recycling reduces energy consumption and greenhouse gas emissions, making it one of the most effective climate action steps we can take.", tag: "Climate Action", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=3", imageAlt: "recycling bin sorting waste management"}, ]} animationType="slide-up" textboxLayout="default" @@ -150,16 +150,16 @@ export default function LandingPage() { tagAnimation="entrance-slide" products={[ { - id: "recycle-plastics", name: "Recycle Plastics & Packaging", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "Recycling plastic bottles", initialQuantity: 1, + id: "recycle-plastics", name: "Recycle Plastics & Packaging", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=4", imageAlt: "Recycling plastic bottles", initialQuantity: 1, }, { - id: "reuse-items", name: "Reuse & Repurpose Items", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "Reusable eco-friendly items", initialQuantity: 1, + id: "reuse-items", name: "Reuse & Repurpose Items", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=5", imageAlt: "Reusable eco-friendly items", initialQuantity: 1, }, { - id: "reduce-plastics", name: "Reduce Single-Use Plastics", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "Eco-friendly alternatives", initialQuantity: 1, + id: "reduce-plastics", name: "Reduce Single-Use Plastics", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=6", imageAlt: "Eco-friendly alternatives", initialQuantity: 1, }, { - id: "sustainable-habits", name: "Support Eco-Friendly Habits", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg", imageAlt: "Sustainable lifestyle choices", initialQuantity: 1, + id: "sustainable-habits", name: "Support Eco-Friendly Habits", price: "Start Now", imageSrc: "http://img.b2bpic.net/free-photo/recycling-basket-kitchen-table_23-2148523440.jpg?_wi=7", imageAlt: "Sustainable lifestyle choices", initialQuantity: 1, }, ]} textboxLayout="default" -- 2.49.1