From e25190618fe60eacfecb9e8f2eec57b3c1e4cb19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 04:20:05 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 113 ++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 61 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1612d0d..af8be67 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactForm from '@/components/form/ContactForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1