From 67a6f455decd4d2f519eb915ab4218b73ae0a6f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:42:46 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 46a990f..067f035 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -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"}} /> @@ -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"