Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user