diff --git a/src/app/page.tsx b/src/app/page.tsx index f409578..8ef8cce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,28 +133,28 @@ export default function HomePage() { id: "hoodie-grey", name: "Heavyweight Hoodie — Heather Grey", price: "€149", - imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg?_wi=1", imageAlt: "ARCT Heavyweight Hoodie in Heather Grey", }, { id: "hoodie-navy", name: "Heavyweight Hoodie — Deep Navy", price: "€149", - imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=1", imageAlt: "ARCT Heavyweight Hoodie in Deep Navy", }, { id: "sweatpants-grey", name: "Heavyweight Sweatpants — Heather Grey", price: "€129", - imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg?_wi=1", imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey", }, { id: "sweatpants-navy", name: "Heavyweight Sweatpants — Deep Navy", price: "€129", - imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=1", imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy", }, ]} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c6dc8e3..65b3ade 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -92,14 +92,14 @@ export default function ShopPage() { id: "hoodie-grey", name: "Heavyweight Hoodie — Heather Grey", price: "€149", - imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-carrying-laptop-lake_23-2148573104.jpg?_wi=2", imageAlt: "ARCT Heavyweight Hoodie in Heather Grey", }, { id: "hoodie-navy", name: "Heavyweight Hoodie — Deep Navy", price: "€149", - imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=2", imageAlt: "ARCT Heavyweight Hoodie in Deep Navy", }, { @@ -113,14 +113,14 @@ export default function ShopPage() { id: "sweatpants-grey", name: "Heavyweight Sweatpants — Heather Grey", price: "€129", - imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg?_wi=2", imageAlt: "ARCT Heavyweight Sweatpants in Heather Grey", }, { id: "sweatpants-navy", name: "Heavyweight Sweatpants — Deep Navy", price: "€129", - imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=2", imageAlt: "ARCT Heavyweight Sweatpants in Deep Navy", }, {