Update src/app/booking/page.tsx

This commit is contained in:
2026-05-09 13:34:01 +00:00
parent ee60244c29
commit 5a41632ad0

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function BookingPage() {
@@ -61,11 +61,12 @@ export default function BookingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
<ContactCenter
tag="Need Help?"
title="Contact Us"
description="Have questions about our availability? Get in touch with our team."
buttons={[{ text: "Contact Us", href: "#" }]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>