diff --git a/src/app/page.tsx b/src/app/page.tsx index 265c179..ef28622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,22 +73,22 @@ export default function LandingPage() { buttonAnimation="blur-reveal" products={[ { - id: "soap-1", name: "Luxe Lavender Soap Bar", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg", imageAlt: "Premium Lavender Soap" + id: "soap-1", name: "Luxe Lavender Soap Bar", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg?_wi=1", imageAlt: "Premium Lavender Soap" }, { - id: "electronics-1", name: "Wireless Bluetooth Headphones", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg", imageAlt: "Wireless Headphones" + id: "electronics-1", name: "Wireless Bluetooth Headphones", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg?_wi=1", imageAlt: "Wireless Headphones" }, { - id: "fitness-1", name: "Premium Yoga Mat", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg", imageAlt: "Professional Yoga Mat" + id: "fitness-1", name: "Premium Yoga Mat", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg?_wi=1", imageAlt: "Professional Yoga Mat" }, { - id: "soap-2", name: "Organic Charcoal Soap", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg", imageAlt: "Organic Charcoal Soap" + id: "soap-2", name: "Organic Charcoal Soap", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg?_wi=2", imageAlt: "Organic Charcoal Soap" }, { - id: "electronics-2", name: "Fast Charging USB-C Cable", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg", imageAlt: "USB-C Charging Cable" + id: "electronics-2", name: "Fast Charging USB-C Cable", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg?_wi=2", imageAlt: "USB-C Charging Cable" }, { - id: "fitness-2", name: "Adjustable Dumbbell Set", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg", imageAlt: "Dumbbell Set" + id: "fitness-2", name: "Adjustable Dumbbell Set", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg?_wi=2", imageAlt: "Dumbbell Set" } ]} gridVariant="three-columns-all-equal-width"