From 245241ab6faf54ee2d0bf820eb4c2019e69eefa3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:14:20 +0000 Subject: [PATCH] Update src/app/location/page.tsx --- src/app/location/page.tsx | 239 +++++++------------------------------- 1 file changed, 45 insertions(+), 194 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
+ +
);