From 418ed1e62e0d8ee3fceb7cd4424249501ee9607d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:59:41 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ]} -- 2.49.1 From 4c480517e6f3cd18c51e2d2ed6de4c526c5cb4fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:59:42 +0000 Subject: [PATCH 2/3] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ]} -- 2.49.1 From fb53254b4d08d30ea320f6c13c5e62b434628070 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:59:43 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {