diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a053d9..cc8ffe0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -62,19 +50,14 @@ export default function LandingPage() {
@@ -289,53 +194,33 @@ export default function LandingPage() { { items: [ { - label: "Início", - href: "#hero", - }, + label: "Início", href: "#hero"}, { - label: "Nossos Produtos", - href: "#features", - }, + label: "Nossos Produtos", href: "#features"}, { - label: "Clube de Fidelidade", - href: "#loyalty-club", - }, + label: "Clube de Fidelidade", href: "#loyalty-club"}, { - label: "Promoções", - href: "#", - }, + label: "Promoções", href: "#"}, ], }, { items: [ { - label: "Sobre Nós", - href: "#about", - }, + label: "Sobre Nós", href: "#about"}, { - label: "Depoimentos", - href: "#testimonials", - }, + label: "Depoimentos", href: "#testimonials"}, { - label: "Carreiras", - href: "#", - }, + label: "Carreiras", href: "#"}, ], }, { items: [ { - label: "Contato", - href: "#contact", - }, + label: "Contato", href: "#contact"}, { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Política de Privacidade", - href: "#", - }, + label: "Política de Privacidade", href: "#"}, ], }, ]}