Update src/app/booking/page.tsx

This commit is contained in:
2026-03-29 21:01:20 +00:00
parent 198067fdbc
commit 29943ba71f

View File

@@ -29,12 +29,15 @@ export default function BookingPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "/booking" }}
/>
<ContactCenter
tag="Booking"
title="Book Your Experience"
description="Fill out the form below and our team will be in touch shortly to finalize your luxury travel plans."
onSubmit={(email) => console.log("Booking email:", email)}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
<FooterCard
logoText="Luxuria"