Update src/app/booking/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user