From 2e937702a66a36ee77eadf522d0163d1b72384a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:53:01 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 364328f..f495cbe 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,6 +4,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import ContactCTA from "@/components/sections/contact/ContactCTA"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Phone } from "lucide-react"; @@ -66,6 +67,28 @@ export default function ContactPage() { /> +
+ console.log('Contact form submitted:', email)} + ariaLabel="Contact form section" + /> +
+