diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f20ed8e..bd9819f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,28 +2,35 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; export default function ContactPage() { return ( - - -
- + +
+ +
+ - ); } \ No newline at end of file