From 8dd2dbd864cf5a9031d7c42f5826e371fd06e2af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:21:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 69 ++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a6f0a06..1afee6b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,50 +1,37 @@ "use client"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; export default function ContactPage() { return ( - - - -
- -
- -
+ + + + ); -} +} \ No newline at end of file