diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index acbd1e2..2503235 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,28 +3,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function ContactPage() { return ( - + - - - + +
+ +
+
);