diff --git a/src/app/page.tsx b/src/app/page.tsx index c475867..76b7620 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,18 +78,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Sustainable Products", description: "Handpicked eco-friendly products that meet the highest environmental standards and quality benchmarks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/engineer-innovating-energy-virtual-reality-style_23-2148820164.jpg", imageAlt: "Premium sustainable product selection" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/engineer-innovating-energy-virtual-reality-style_23-2148820164.jpg", imageAlt: "Eco-friendly packaging and presentation" } + title: "Premium Sustainable Products", description: "Handpicked eco-friendly products that meet the highest environmental standards and quality benchmarks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/engineer-innovating-energy-virtual-reality-style_23-2148820164.jpg?_wi=1", imageAlt: "Premium sustainable product selection" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/engineer-innovating-energy-virtual-reality-style_23-2148820164.jpg?_wi=2", imageAlt: "Eco-friendly packaging and presentation" } }, { id: 2, - title: "Expert Consultation", description: "Our knowledgeable team provides personalized advice to help you make sustainable choices that align with your values.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-female-colleagues-communicating-office_1262-17989.jpg", imageAlt: "Professional consultation services" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-female-colleagues-communicating-office_1262-17989.jpg", imageAlt: "Customer support and guidance" } + title: "Expert Consultation", description: "Our knowledgeable team provides personalized advice to help you make sustainable choices that align with your values.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-female-colleagues-communicating-office_1262-17989.jpg?_wi=1", imageAlt: "Professional consultation services" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-female-colleagues-communicating-office_1262-17989.jpg?_wi=2", imageAlt: "Customer support and guidance" } }, { id: 3, - title: "Fast & Reliable Delivery", description: "Swift, eco-conscious shipping options ensuring your purchases arrive safely and sustainably to your doorstep.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-holding-globe_23-2147826586.jpg", imageAlt: "Efficient sustainable delivery" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-holding-globe_23-2147826586.jpg", imageAlt: "Reliable logistics network" } + title: "Fast & Reliable Delivery", description: "Swift, eco-conscious shipping options ensuring your purchases arrive safely and sustainably to your doorstep.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-holding-globe_23-2147826586.jpg?_wi=1", imageAlt: "Efficient sustainable delivery" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-holding-globe_23-2147826586.jpg?_wi=2", imageAlt: "Reliable logistics network" } } ]} showStepNumbers={true}