diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fdb67d6..07064c6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -116,28 +116,28 @@ export default function ShopPage() { id: "fox-tee", name: "Fox Logo Tee", price: "$28", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fox-logo-template_23-2150502726.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fox-logo-template_23-2150502726.jpg?_wi=1", imageAlt: "fox logo merchandise tee shirt hat", }, { id: "pint-glass", name: "Barrel House Pint Glass", price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/indian-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-3452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-3452.jpg?_wi=9", imageAlt: "Pint glass with Jessup Farm branding", }, { id: "beanie", name: "Jessup Farm Beanie", price: "$22", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fox-logo-template_23-2150502726.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fox-logo-template_23-2150502726.jpg?_wi=2", imageAlt: "Warm beanie with fox logo", }, { id: "stickers", name: "Sticker Pack (5)", price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raclette-dish-with-delicious-food-assortment_23-2149514132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raclette-dish-with-delicious-food-assortment_23-2149514132.jpg?_wi=3", imageAlt: "Sticker pack collection", }, ]}