diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx new file mode 100644 index 0000000..3be55e6 --- /dev/null +++ b/src/app/booking/page.tsx @@ -0,0 +1,65 @@ +"use client"; + +import { useState } from "react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function BookingPage() { + return ( + + + +
+
+

Book an Appointment

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ +