diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3f47dd2..46efac6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,7 +25,7 @@ export default function ContactPage() { navItems={[ { name: "Inicio", id: "/" }, { name: "Productos", id: "/#features" }, - { name: "Ubicación", id: "/#location" }, + { name: "", id: "/#location" }, { name: "FAQ", id: "/faq" }, { name: "Contacto", id: "/contact" } ]} diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 996d9c2..910cea3 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -25,7 +25,7 @@ export default function FAQPage() { navItems={[ { name: "Inicio", id: "/" }, { name: "Productos", id: "/#features" }, - { name: "Ubicación", id: "/#location" }, + { name: "", id: "/#location" }, { name: "FAQ", id: "/faq" }, { name: "Contacto", id: "/contact" } ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 330dabe..a56f712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function AmiManeraLanding() { navItems={[ { name: "Inicio", id: "hero" }, { name: "Productos", id: "features" }, - { name: "Ubicación", id: "location" }, + { name: "", id: "location" }, { name: "FAQ", id: "/faq" }, { name: "Contacto", id: "/contact" } ]} @@ -140,7 +140,7 @@ export default function AmiManeraLanding() {