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 ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
); 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 ( - + -
- -
+
+ +
-
-
- -
- -
- -
- -
- - +
);