From b48fd70fc738af5487e2ae719dccdbe9250c84a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:18:31 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) 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