diff --git a/src/app/page.tsx b/src/app/page.tsx index 667aa2a..3687bf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Benefícios", id: "#features" }, { name: "Como funciona", id: "#how-it-works" }, - { name: "Planos", id: "#pricing" }, + { name: "Planos", id: "/pricing" }, { name: "Contato", id: "#contact" }, ]} brandName="Elyra" @@ -104,24 +104,6 @@ export default function LandingPage() { /> -
- -
-