From 555242143c622de5c3b3f88c4b764d426d87bfc8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:29:14 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0f36be9..11386c6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Mail } from "lucide-react"; @@ -34,21 +34,14 @@ export default function ContactPage() {
- console.log('Contact form submitted:', email)} + onSubmit={(formData) => console.log('Contact form submitted:', formData)} />
@@ -61,4 +54,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file -- 2.49.1