diff --git a/src/app/franchise/page.tsx b/src/app/franchise/page.tsx new file mode 100644 index 0000000..2c8b1a8 --- /dev/null +++ b/src/app/franchise/page.tsx @@ -0,0 +1,109 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function FranchisePage() { + const bookingUrl = "https://tinyurl.com/2kr8jy37"; + + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file