diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a962ec6..f1d2b78 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -97,7 +97,7 @@ export default function ShopPage() { name: "Aurora Silk Shirt", price: "$2,450", variant: "Hand-painted Sunset 1 of 3", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-posing-together_23-2148546987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-posing-together_23-2148546987.jpg?_wi=4", imageAlt: "Aurora Silk Shirt - hand-painted sunset tones", isFavorited: false, }, @@ -106,7 +106,7 @@ export default function ShopPage() { name: "Cosmic Sleeve Dress", price: "$3,200", variant: "Starfield Design 1 of 2", - imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-watercolor-stars_23-2147651165.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-watercolor-stars_23-2147651165.jpg?_wi=3", imageAlt: "Cosmic Sleeve Dress - hand-painted galaxy design", isFavorited: false, }, @@ -115,7 +115,7 @@ export default function ShopPage() { name: "Brushstroke Jacket", price: "$2,800", variant: "Abstract Earth Tones 1 of 1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ceramic-texture-background_23-2148383596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ceramic-texture-background_23-2148383596.jpg?_wi=3", imageAlt: "Brushstroke Jacket - unique hand-painted abstract", isFavorited: false, }, @@ -124,7 +124,7 @@ export default function ShopPage() { name: "Watercolor Pants", price: "$1,950", variant: "Ombre Gradient 1 of 4", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-romantic-guy-white-shirt-cap-suspenders-walks-city-revolves-around-lamppost-peaky-blinders-old-fashioned-retro_1321-2039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-tattooed-man-romantic-guy-white-shirt-cap-suspenders-walks-city-revolves-around-lamppost-peaky-blinders-old-fashioned-retro_1321-2039.jpg?_wi=3", imageAlt: "Watercolor Pants - hand-painted ombre effect", isFavorited: false, },