From 1849ea761b6f986b84d67cb8f7ea81d54359e072 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:08:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 237de0e..bfc1f9b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,37 +2,26 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function ContactPage() { return ( - +
- + {/* Contact section removed to match registry availability if preferred */}