diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 927e2ed..f8a77dc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,120 +7,72 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file