From d8458483dc5a94c1fb46a54d2637f89d4eac73c6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:41:18 +0000 Subject: [PATCH] Update src/app/merch/page.tsx --- src/app/merch/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/merch/page.tsx b/src/app/merch/page.tsx index 8e9e149..f998c3a 100644 --- a/src/app/merch/page.tsx +++ b/src/app/merch/page.tsx @@ -19,11 +19,14 @@ export default function MerchPage() { const products = [ { - 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", imageAlt: "ASBEST Classic T-Shirt"}, + 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", 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", imageAlt: "ASBEST Festival Hat"}, + 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", 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", imageAlt: "ASBEST Logo Hoodie"}, + id: "3", name: "Logo Hoodie", price: "€44,99", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-fashion-editorial_23-2151925541.jpg", imageAlt: "ASBEST Logo Hoodie" + }, ]; const footerColumns = [ @@ -96,7 +99,7 @@ export default function MerchPage() { tag="Orders" title="Get Your ASBEST Gear" description="Limited stock available. Rock the official merchandise and show your support for true Dutch boerenrock." - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} inputPlaceholder="Your email" buttonText="Order Now"