Update src/app/booking/page.tsx

This commit is contained in:
2026-03-10 14:42:46 +00:00
parent 49d0dcb4c7
commit 67a6f455de

View File

@@ -18,8 +18,7 @@ export default function BookingPage() {
const footerColumns = [
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Shows", href: "/shows" },
@@ -27,24 +26,21 @@ export default function BookingPage() {
],
},
{
title: "Pages",
items: [
title: "Pages", items: [
{ label: "Media", href: "/media" },
{ label: "Merchandise", href: "/merch" },
{ label: "Booking", href: "/booking" },
],
},
{
title: "Social",
items: [
title: "Social", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "YouTube", href: "https://youtube.com" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Email", href: "#" },
{ label: "Book Us", href: "/booking" },
],
@@ -69,9 +65,7 @@ export default function BookingPage() {
brandName="ASBEST"
navItems={navItems}
button={{
text: "Boek Asbest",
href: "/booking",
}}
text: "Boek Asbest", href: "/booking"}}
/>
</div>
@@ -81,8 +75,7 @@ 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: "noise"}}
useInvertedBackground={false}
inputPlaceholder="je@email.com"
buttonText="Stuur bericht"