diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0f86d67..f9c85a3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,18 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; export default function ContactPage() { return ( - + ); -} +} \ No newline at end of file