diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 103304d..d8bae7d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -52,7 +52,7 @@ export default function ShopPage() { id: "product-1", name: "Midnight Elegance Watch", price: "$2,450", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149162426.jpg?_wi=2", imageAlt: "Premium luxury watch with gold details", isFavorited: false, }, @@ -60,7 +60,7 @@ export default function ShopPage() { id: "product-2", name: "Crystal Essence Fragrance", price: "$385", - imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=2", imageAlt: "Luxury perfume bottle with gold accents", isFavorited: false, }, @@ -68,7 +68,7 @@ export default function ShopPage() { id: "product-3", name: "Silk Heritage Scarf", price: "$1,250", - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=2", imageAlt: "Premium silk scarf with intricate patterns", isFavorited: false, }, @@ -102,7 +102,7 @@ export default function ShopPage() { "Iconic pieces that transcend seasonal trends", "Investment-worthy items for discerning collectors", ], - imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=2", imageAlt: "Timeless classic luxury items", }, { @@ -112,7 +112,7 @@ export default function ShopPage() { "Modern interpretations of luxury aesthetics", "Perfect balance of innovation and elegance", ], - imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/black-waves-background-with-halftone-effect_23-2148133046.jpg?_wi=2", imageAlt: "Contemporary luxury collection", }, { @@ -122,7 +122,7 @@ export default function ShopPage() { "Pieces with rich cultural significance", "Stories woven into every detail", ], - imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-bed-near-books_23-2147888587.jpg?_wi=2", imageAlt: "Heritage luxury collection pieces", }, ]} @@ -138,7 +138,7 @@ export default function ShopPage() {