Update src/app/shop/page.tsx

This commit is contained in:
2026-03-11 18:49:26 +00:00
parent 3b963c55b1
commit ef9c79ec11

View File

@@ -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",
},
]}