diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 42e2c5e..1350a1f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" + }, ]} /> @@ -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" diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 067f035..d597f47 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -65,7 +65,8 @@ export default function BookingPage() { brandName="ASBEST" navItems={navItems} button={{ - text: "Boek Asbest", href: "/booking"}} + text: "Boek Asbest", href: "/booking" + }} /> @@ -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" diff --git a/src/app/media/page.tsx b/src/app/media/page.tsx index cb0d205..d3f8b6e 100644 --- a/src/app/media/page.tsx +++ b/src/app/media/page.tsx @@ -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 = [ 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" 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" + }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f5622f..664028e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,10 +76,11 @@ export default function HomePage() { @@ -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" + }, ]} /> @@ -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" + }, ]} /> diff --git a/src/app/shows/page.tsx b/src/app/shows/page.tsx index 148f33a..7ff56c7 100644 --- a/src/app/shows/page.tsx +++ b/src/app/shows/page.tsx @@ -67,7 +67,8 @@ export default function ShowsPage() { brandName="ASBEST" navItems={navItems} button={{ - text: "Boek Asbest", href: "/booking"}} + text: "Boek Asbest", href: "/booking" + }} /> @@ -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" + }, ]} /> @@ -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" + }, ]} /> @@ -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"