Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-10 14:32:29 +00:00
7 changed files with 77 additions and 47 deletions

View File

@@ -79,7 +79,7 @@ export default function AboutPage() {
title="The ASBEST Story"
description="Born from the muddy fields and barn parties of rural Netherlands, ASBEST emerged as a force dedicated to preserving and amplifying the authentic spirit of boerenrock. We're not just a band—we're a movement. Our music channels the legacy of Dutch countryside culture through screaming amplifiers and infectious energy. From local festivals to international stages, we bring the unmistakable sound of true boerenrock."
tag="Our Journey"
imageSrc="http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg?_wi=2"
imageAlt="ASBEST band members"
useInvertedBackground={false}
buttons={[
@@ -105,7 +105,7 @@ export default function AboutPage() {
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",
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?_wi=2",
imageAlt: "Dirk van den Berg",
},
{
@@ -114,7 +114,7 @@ export default function AboutPage() {
role: "Band Enthusiast",
company: "Gelderland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg?_wi=2",
imageAlt: "Maria de Vries",
},
{
@@ -123,7 +123,7 @@ export default function AboutPage() {
role: "Sound Professional",
company: "Dutch Festivals",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg?_wi=2",
imageAlt: "Jelle Hartmann",
},
]}

View File

@@ -1,24 +1,52 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "ASBEST - Dutch Boerenrock Band | Live Shows & Bookings",
description: "ASBEST brings raw, loud Dutch boerenrock energy. Experience festival vibes, screaming guitars, and countryside party atmosphere. Book for festivals, events, and barn parties.",
keywords: "boerenrock, Dutch rock band, ASBEST, festival music, countryside rock, live performances, band booking",
openGraph: {
title: "ASBEST - Boerenrock Band",
description: "Loud energetic Dutch rock from the countryside. Festival vibes and barn party energy.",
type: "website",
siteName: "ASBEST",
images: [
{
url: "http://img.b2bpic.net/free-photo/medium-shot-people-playing-together_23-2149223661.jpg",
alt: "ASBEST live performance",
},
],
},
twitter: {
card: "summary_large_image",
title: "ASBEST - Boerenrock Energy",
description: "Dutch rock band delivering screaming guitars and festival vibes",
images: ["http://img.b2bpic.net/free-photo/medium-shot-people-playing-together_23-2149223661.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +55,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +69,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -22,21 +22,21 @@ export default function MediaPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg?_wi=3",
imageAlt: "Festival crowd dancing beer celebration party",
},
];
@@ -48,7 +48,7 @@ export default function MediaPage() {
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",
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?_wi=5",
imageAlt: "Dirk van den Berg",
},
{
@@ -57,7 +57,7 @@ export default function MediaPage() {
role: "Fan & Party Host",
company: "Gelderland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg?_wi=5",
imageAlt: "Maria de Vries",
},
{
@@ -66,7 +66,7 @@ export default function MediaPage() {
role: "Sound Engineer",
company: "Dutch Festivals",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg?_wi=5",
imageAlt: "Jelle Hartmann",
},
{
@@ -75,7 +75,7 @@ export default function MediaPage() {
role: "Band Fan",
company: "Utrecht",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg?_wi=4",
imageAlt: "Petra Smit",
},
];

View File

@@ -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",
},
];

View File

@@ -104,21 +104,21 @@ export default function MusicPage() {
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=2",
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=2",
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=2",
imageAlt: "ASBEST Logo Hoodie"
}
]}
@@ -141,7 +141,7 @@ export default function MusicPage() {
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",
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?_wi=4",
imageAlt: "Dirk van den Berg"
},
{
@@ -150,7 +150,7 @@ export default function MusicPage() {
role: "Fan & Party Host",
company: "Gelderland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg?_wi=4",
imageAlt: "Maria de Vries"
},
{
@@ -159,7 +159,7 @@ export default function MusicPage() {
role: "Sound Engineer",
company: "Dutch Festivals",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg?_wi=4",
imageAlt: "Jelle Hartmann"
},
{
@@ -168,7 +168,7 @@ export default function MusicPage() {
role: "Band Fan",
company: "Utrecht",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg?_wi=3",
imageAlt: "Petra Smit"
}
]}

View File

@@ -102,7 +102,7 @@ export default function HomePage() {
title="Roots in the Mud, Power in the Sound"
description="ASBEST brings the raw energy of true boerenrock. Inspired by legends like Bökkers, Normaal, and Jovink, we're carrying the torch for loud, unapologetic Dutch countryside rock. Our shows are more than music—they're celebrations of rural life, friendship, and pure, unfiltered rock and roll."
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/guitar-nature_169016-2242.jpg?_wi=1"
imageAlt="ASBEST band in their element"
useInvertedBackground={true}
buttons={[{ text: "Follow Us", href: "#" }]}
@@ -123,21 +123,21 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg?_wi=1",
imageAlt: "Zwarte Cross Festival",
},
{
id: "2",
name: "Dauwpop Festival",
price: "August 9-11, 2025",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=1",
imageAlt: "Dauwpop Festival",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg?_wi=1",
imageAlt: "Barn Party Event",
},
]}
@@ -173,7 +173,7 @@ export default function HomePage() {
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",
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?_wi=1",
imageAlt: "Dirk van den Berg",
},
{
@@ -182,7 +182,7 @@ export default function HomePage() {
role: "Fan & Party Host",
company: "Gelderland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg?_wi=1",
imageAlt: "Maria de Vries",
},
{
@@ -191,7 +191,7 @@ export default function HomePage() {
role: "Sound Engineer",
company: "Dutch Festivals",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg?_wi=1",
imageAlt: "Jelle Hartmann",
},
{
@@ -200,7 +200,7 @@ export default function HomePage() {
role: "Band Fan",
company: "Utrecht",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg?_wi=1",
imageAlt: "Petra Smit",
},
]}
@@ -221,21 +221,21 @@ export default function HomePage() {
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=1",
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=1",
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=1",
imageAlt: "ASBEST Logo Hoodie",
},
]}

View File

@@ -91,21 +91,21 @@ export default function ShowsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/spending-sunny-day-with-friends_1098-14735.jpg?_wi=2",
imageAlt: "festival crowd dancing beer celebration party"
}
]}
@@ -128,7 +128,7 @@ export default function ShowsPage() {
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",
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?_wi=3",
imageAlt: "Dirk van den Berg"
},
{
@@ -137,7 +137,7 @@ export default function ShowsPage() {
role: "Fan & Party Host",
company: "Gelderland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-people-dancing-outdoors_329181-17928.jpg?_wi=3",
imageAlt: "Maria de Vries"
},
{
@@ -146,7 +146,7 @@ export default function ShowsPage() {
role: "Sound Engineer",
company: "Dutch Festivals",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-posing-amusement-park-big-wheel_23-2148737837.jpg?_wi=3",
imageAlt: "Jelle Hartmann"
},
{
@@ -155,7 +155,7 @@ export default function ShowsPage() {
role: "Band Fan",
company: "Utrecht",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-showing-each-other-purchased-things_23-2147688448.jpg?_wi=2",
imageAlt: "Petra Smit"
}
]}