From b13f9559e1abe24e27f350eda90e5b0136bf3c2f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:43:46 +0000 Subject: [PATCH] Update src/app/contato/page.tsx --- src/app/contato/page.tsx | 87 +++++++++------------------------------- 1 file changed, 20 insertions(+), 67 deletions(-) diff --git a/src/app/contato/page.tsx b/src/app/contato/page.tsx index 9a5d624..c4f9caf 100644 --- a/src/app/contato/page.tsx +++ b/src/app/contato/page.tsx @@ -7,48 +7,39 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContatoPage() { return (
@@ -89,34 +68,8 @@ export default function LandingPage() {