diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0ea1b4d..8710558 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -64,7 +64,7 @@ export default function ShopPage() { name: "Air Force Performance", price: "$120", variant: "Black, White, Grey - 3 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=2", imageAlt: "Air Force Performance", isFavorited: false, }, @@ -73,7 +73,7 @@ export default function ShopPage() { name: "Runner Pro Max", price: "$150", variant: "Grey, Navy, Red - 4 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/sports-girls-training-summer-park_1157-37284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sports-girls-training-summer-park_1157-37284.jpg?_wi=2", imageAlt: "Runner Pro Max", isFavorited: false, }, @@ -82,7 +82,7 @@ export default function ShopPage() { name: "Court Classic White", price: "$110", variant: "White, Black, Cream - 3 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-powerful-sportsman-white-clothing-black-wall_176420-542.jpg?_wi=2", imageAlt: "Court Classic White", isFavorited: false, }, @@ -91,7 +91,7 @@ export default function ShopPage() { name: "Ultra Comfort Runner", price: "$165", variant: "Black, Blue, Orange - 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915647.jpg?_wi=2", imageAlt: "Ultra Comfort Runner", isFavorited: false, }, @@ -100,7 +100,7 @@ export default function ShopPage() { name: "Elite Training Pro", price: "$180", variant: "White, Grey, Black - 4 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/view-soccer-shoes-field-grass_23-2150887543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-soccer-shoes-field-grass_23-2150887543.jpg?_wi=2", imageAlt: "Elite Training Pro", isFavorited: false, }, @@ -109,7 +109,7 @@ export default function ShopPage() { name: "Urban Lifestyle Shoe", price: "$125", variant: "Grey, Beige, Black - 3 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/hand-helping-kid-putting-shoe_23-2149328035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-helping-kid-putting-shoe_23-2149328035.jpg?_wi=2", imageAlt: "Urban Lifestyle Shoe", isFavorited: false, },