From 46b1633549a7ef1685fcc2adb8bc7e69b13f210a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8d7148e..fcef1c0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,15 +8,20 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function ContactPage() { return ( - + - + - + );