diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dcb4cb8..435cf54 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,105 +7,55 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file