From 9fea6d5fbb5a47e924312feae69ad620eac69d8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:46:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0b61f9..5c8edaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,42 +48,21 @@ export default function LandingPage() {
@@ -338,29 +218,19 @@ export default function LandingPage() { logoText="ZYNOR" columns={[ { - title: "Produto", - items: [ + title: "Produto", items: [ { - label: "Funcionalidades", - href: "#features", - }, + label: "Funcionalidades", href: "#features"}, { - label: "Planos", - href: "#pricing", - }, + label: "Planos", href: "#pricing"}, ], }, { - title: "Empresa", - items: [ + title: "Empresa", items: [ { - label: "Sobre", - href: "#about", - }, + label: "Sobre", href: "#about"}, { - label: "Contato", - href: "#contact", - }, + label: "Contato", href: "#contact"}, ], }, ]}