From 542d669e8bc50db9e4b580fcb7c116d615dd3de5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:32:10 +0000 Subject: [PATCH] Update src/app/merch/page.tsx --- src/app/merch/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/merch/page.tsx b/src/app/merch/page.tsx index 0d5e09a..91b2622 100644 --- a/src/app/merch/page.tsx +++ b/src/app/merch/page.tsx @@ -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", }, ];