Update src/app/shop/page.tsx

This commit is contained in:
2026-03-04 19:10:35 +00:00
parent 806550f9d2
commit 906e5420ef

View File

@@ -45,7 +45,7 @@ export default function ShopPage() {
id: "tshirt-elite",
name: "SupremeBMers Elite Tee",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg?_wi=2",
imageAlt: "SupremeBMers Elite T-Shirt",
initialQuantity: 1,
},
@@ -61,7 +61,7 @@ export default function ShopPage() {
id: "hoodie-performance",
name: "M Division Hoodie",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg?_wi=2",
imageAlt: "M Division Premium Hoodie",
initialQuantity: 1,
},
@@ -69,7 +69,7 @@ export default function ShopPage() {
id: "sticker-pack",
name: "Supreme Sticker Pack",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg?_wi=2",
imageAlt: "Premium BMW Sticker Pack",
initialQuantity: 1,
},