Update src/app/merch/page.tsx

This commit is contained in:
2026-03-10 14:32:10 +00:00
parent 388ac27415
commit 542d669e8b

View File

@@ -22,21 +22,21 @@ export default function MerchPage() {
id: "1",
name: "Classic T-Shirt",
price: "€19,99",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-applying-powder-blush-isolated-olive-green-wall_141793-106162.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-applying-powder-blush-isolated-olive-green-wall_141793-106162.jpg?_wi=3",
imageAlt: "ASBEST Classic T-Shirt",
},
{
id: "2",
name: "Festival Hat",
price: "€14,99",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-head-see-clearly-while-keeping-hand-waist-t-shirt-cap-looking-focused-front-view_176474-54638.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-holding-hand-head-see-clearly-while-keeping-hand-waist-t-shirt-cap-looking-focused-front-view_176474-54638.jpg?_wi=3",
imageAlt: "ASBEST Festival Hat",
},
{
id: "3",
name: "Logo Hoodie",
price: "€44,99",
imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg?_wi=3",
imageAlt: "ASBEST Logo Hoodie",
},
];