diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index fce4096..4951e7d 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -2,14 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { HelpCircle, MapPin, Smile } from "lucide-react"; +import ContactCTABackground from '@/components/sections/contact/ContactCTABackground'; +import MapAndAddress from '@/components/sections/contact/MapAndAddress'; -export default function LandingPage() { +export default function LocationPage() { return ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
+ +
);