From 40dd932b9f80a381f30fce7fce7f0163919afb1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:01 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 134 ++++++++++++--------------------------- 1 file changed, 42 insertions(+), 92 deletions(-) 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