diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 44164db..d839485 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -49,56 +49,56 @@ export default function ShopPage() { id: "1", name: "Eclipse Motion Pro", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=4", imageAlt: "Eclipse Motion Pro", }, { id: "2", name: "Zenith Comfort Elite", price: "$179.99", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326578.jpg?_wi=4", imageAlt: "Zenith Comfort Elite", }, { id: "3", name: "Aurora Premium Series", price: "$159.99", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-facebook-cover_23-2149044212.jpg?_wi=4", imageAlt: "Aurora Premium Series", }, { id: "4", name: "Luxora Elite Collection", price: "$189.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=4", imageAlt: "Luxora Elite Collection", }, { id: "5", name: "Nebula Premium Pack", price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=3", imageAlt: "Nebula Premium Pack", }, { id: "6", name: "Stellar Pro Edition", price: "$219.99", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg?_wi=4", imageAlt: "Stellar Pro Edition", }, { id: "7", name: "Cosmos Elite Pack", price: "$229.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg?_wi=2", imageAlt: "Cosmos Elite Pack", }, { id: "8", name: "Horizon Premium Collection", price: "$209.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=5", imageAlt: "Horizon Premium Collection", }, ]}