diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx new file mode 100644 index 0000000..95fe9a0 --- /dev/null +++ b/src/app/booking/page.tsx @@ -0,0 +1,57 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import { Mail } from 'lucide-react'; + +export default function OnlineBookingPage() { + return ( + + + +
+ +
+
+ ); +} \ No newline at end of file