From ec626874b7de0abbbeb9ffd19db7b42d5b2068a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:14:06 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 257 +++++++++++---------------------------- 1 file changed, 69 insertions(+), 188 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d7fb7fb..54a967e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/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 ContactFaq from '@/components/sections/contact/ContactFaq'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Phone, Sparkles } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
); -- 2.49.1 From 78c7cc03ed5162bda43c10339647491499bca045 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:14:06 +0000 Subject: [PATCH 2/2] Update src/app/location/page.tsx --- src/app/location/page.tsx | 290 ++++++++++---------------------------- 1 file changed, 75 insertions(+), 215 deletions(-) diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index cc2d35f..42b8671 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -2,14 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import { Building2, Compass, Globe, MapPin } from "lucide-react"; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function LocationPage() { return ( - + -
- -
+
+ +
-
-
- -
- -
- -
- -
- - +
); -- 2.49.1