Merge version_1 into main #4

Merged
bender merged 7 commits from version_1 into main 2026-03-10 15:41:38 +00:00
7 changed files with 90 additions and 48 deletions

View File

@@ -97,13 +97,16 @@ export default function AboutPage() {
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: "Band Enthusiast", 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 Professional", 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"
},
]}
/>
</div>
@@ -113,7 +116,7 @@ export default function AboutPage() {
tag="Get In Touch"
title="Book ASBEST Today"
description="Ready to bring authentic boerenrock energy to your festival or event? Contact us now. We're ready to deliver an unforgettable performance."
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Send Message"

View File

@@ -65,7 +65,8 @@ export default function BookingPage() {
brandName="ASBEST"
navItems={navItems}
button={{
text: "Boek Asbest", href: "/booking"}}
text: "Boek Asbest", href: "/booking"
}}
/>
</div>
@@ -75,7 +76,8 @@ export default function BookingPage() {
title="Boek ASBEST voor je feest"
description="Wil je Asbest boeken voor je feest, festival of tentfeest? Neem contact op. We brengen de pure boerenrock energie naar jouw event."
background={{
variant: "noise"}}
variant: "animated-grid"
}}
useInvertedBackground={false}
inputPlaceholder="je@email.com"
buttonText="Stuur bericht"

View File

@@ -19,26 +19,33 @@ export default function MediaPage() {
const galleryProducts = [
{
id: "1", name: "Stage Lightning", price: "Festival Magic", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "Live concert crowd dancing spotlight stage"},
id: "1", name: "Stage Lightning", price: "Festival Magic", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "live concert crowd dancing spotlight stage"
},
{
id: "2", name: "Festival Setup", price: "Raw Energy", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "Festival stage setup lighting equipment"},
id: "2", name: "Festival Setup", price: "Raw Energy", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "festival stage setup lighting equipment"
},
{
id: "3", name: "Crowd Celebration", price: "Pure Joy", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "Festival crowd dancing beer celebration party"},
id: "3", name: "Crowd Celebration", price: "Pure Joy", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "festival crowd dancing beer celebration party"
},
];
const 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"
},
];
const footerColumns = [

View File

@@ -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"

View File

@@ -67,7 +67,8 @@ export default function MusicPage() {
brandName="ASBEST"
navItems={navItems}
button={{
text: "Boek Asbest", href: "/booking"}}
text: "Boek Asbest", href: "/booking"
}}
/>
</div>
@@ -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"
},
]}
/>
</div>
@@ -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"
},
]}
/>
</div>

View File

@@ -76,10 +76,11 @@ export default function HomePage() {
<HeroCentered
title="ASBEST BOERENROCK MET VOL GAS"
description="Loud, energetic Dutch rock from the countryside. Screaming guitars, tractor vibes, and beer-fueled barn parties. Experience the raw power of true boerenrock."
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg", alt: "ASBEST band members"},
src: "http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg", alt: "ASBEST band members"
},
]}
avatarText="Trusted by festivals across the Netherlands"
buttons={[
@@ -114,11 +115,14 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Zwarte Cross Festival", price: "July 12-14, 2025", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "Zwarte Cross Festival"},
id: "1", name: "Zwarte Cross Festival", price: "July 12-14, 2025", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "live concert crowd dancing spotlight stage"
},
{
id: "2", name: "Dauwpop Festival", price: "August 9-11, 2025", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "Dauwpop Festival"},
id: "2", name: "Dauwpop Festival", price: "August 9-11, 2025", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "festival stage setup lighting equipment"
},
{
id: "3", name: "Local Barn Party", price: "August 23, 2025", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "Barn Party Event"},
id: "3", name: "Local Barn Party", price: "August 23, 2025", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "festival crowd dancing beer celebration party"
},
]}
/>
</div>
@@ -128,7 +132,7 @@ export default function HomePage() {
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"
@@ -148,16 +152,20 @@ export default function HomePage() {
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"
},
]}
/>
</div>
@@ -173,11 +181,14 @@ export default function HomePage() {
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"
},
]}
/>
</div>

View File

@@ -67,7 +67,8 @@ export default function ShowsPage() {
brandName="ASBEST"
navItems={navItems}
button={{
text: "Boek Asbest", href: "/booking"}}
text: "Boek Asbest", href: "/booking"
}}
/>
</div>
@@ -82,11 +83,14 @@ export default function ShowsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Zwarte Cross Festival", price: "July 12-14, 2025", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "live concert crowd dancing spotlight stage"},
id: "1", name: "Zwarte Cross Festival", price: "July 12-14, 2025", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg", imageAlt: "live concert crowd dancing spotlight stage"
},
{
id: "2", name: "Dauwpop Festival", price: "August 9-11, 2025", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "festival stage setup lighting equipment"},
id: "2", name: "Dauwpop Festival", price: "August 9-11, 2025", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "festival stage setup lighting equipment"
},
{
id: "3", name: "Local Barn Party", price: "August 23, 2025", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "festival crowd dancing beer celebration party"},
id: "3", name: "Local Barn Party", price: "August 23, 2025", imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg", imageAlt: "festival crowd dancing beer celebration party"
},
]}
/>
</div>
@@ -103,16 +107,20 @@ export default function ShowsPage() {
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"
},
]}
/>
</div>
@@ -122,7 +130,7 @@ export default function ShowsPage() {
tag="Booking"
title="Boek ASBEST voor je feest"
description="Wil je Asbest boeken voor je feest, festival of tentfeest? Neem contact op. We brengen de pure boerenrock energie naar jouw event."
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="je@email.com"
buttonText="Stuur bericht"