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 ( - + - + - + );