From 96caeebdba5018e60ee479bb4ef16ae1ff7c538a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:52:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 88 +++++++++------------------------------- 1 file changed, 19 insertions(+), 69 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5351555..9aa621d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,33 +8,28 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -104,28 +74,8 @@ export default function LandingPage() { @@ -133,4 +83,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file