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"},
],
},
]}