diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx new file mode 100644 index 0000000..c7c17f4 --- /dev/null +++ b/src/app/location/page.tsx @@ -0,0 +1,37 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function LocationPage() { + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file