diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5e7d633..e36c324 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { @@ -21,36 +21,44 @@ export default function ContactPage() { headingFontWeight="light" > - -
- + + +
+ +
+ + - ); diff --git a/src/app/page.tsx b/src/app/page.tsx index 26e1b40..104cdff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,4 +123,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file