From 3607d41b6c85e5bbf95a6278aeab33d87f89c4ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:41:22 +0000 Subject: [PATCH] Update src/app/music/page.tsx --- src/app/music/page.tsx | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/app/music/page.tsx b/src/app/music/page.tsx index 18d35b7..791914e 100644 --- a/src/app/music/page.tsx +++ b/src/app/music/page.tsx @@ -67,7 +67,8 @@ export default function MusicPage() { brandName="ASBEST" navItems={navItems} button={{ - text: "Boek Asbest", href: "/booking"}} + text: "Boek Asbest", href: "/booking" + }} /> @@ -76,7 +77,7 @@ export default function MusicPage() { tag="Spotify" title="Listen to ASBEST" description="Stream our latest tracks on Spotify. Cranked up volume recommended. Follow us for new releases straight to your feed." - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} inputPlaceholder="Follow on Spotify" buttonText="Open Spotify" @@ -95,11 +96,14 @@ export default function MusicPage() { gridVariant="three-columns-all-equal-width" 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" + }, ]} /> @@ -116,16 +120,20 @@ export default function MusicPage() { testimonials={[ { id: "1", name: "Dirk van den Berg", role: "Festival Organizer", company: "Zwarte Cross", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-proposing-camera-summer-lifestyle-concept_197531-30454.jpg", imageAlt: "Dirk van den Berg"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-proposing-camera-summer-lifestyle-concept_197531-30454.jpg", imageAlt: "Dirk van den Berg" + }, { id: "2", name: "Maria de Vries", role: "Fan & Party Host", company: "Gelderland", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg", imageAlt: "Maria de Vries"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg", imageAlt: "Maria de Vries" + }, { id: "3", name: "Jelle Hartmann", role: "Sound Engineer", company: "Dutch Festivals", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg", imageAlt: "Jelle Hartmann" + }, { id: "4", name: "Petra Smit", role: "Band Fan", company: "Utrecht", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg", imageAlt: "Petra Smit"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg", imageAlt: "Petra Smit" + }, ]} />