diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 74c6e60..7264ff1 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -7,28 +7,32 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function BookingPage() { return ( - + - -
+ +
); -} +} \ No newline at end of file