From ef345a95fb934b23347afb36b7934aa95be09344 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 23:57:31 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 69 +++++++--------------------------------- 1 file changed, 11 insertions(+), 58 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 14b7d84..a51ecd7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function Page() { return ( @@ -57,45 +40,15 @@ export default function LandingPage() {