From fc95d8fc44eadf201000200d4a7e2c583f60107c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:07:35 +0000 Subject: [PATCH] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 26efb58..112188d 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -14,7 +14,7 @@ export default function ContactPage() { { name: "Inicio", id: "/" }, { name: "Historia", id: "/nuestra-historia" }, { name: "Menú", id: "/menu" }, - { name: "Ubicación", id: "/contacto" }, + { name: "Ubicación", id: "/ubicacion" }, { name: "Contacto", id: "/contacto" }, ]; @@ -47,7 +47,8 @@ export default function ContactPage() { navItems={navItems} brandName="Sabor" button={{ - text: "Reservar Mesa", onClick: () => window.location.href = "/contacto", href: "/contacto"}} + text: "Reservar Mesa", onClick: () => window.location.href = "/contacto", href: "/contacto" + }} /> @@ -90,7 +91,8 @@ export default function ContactPage() { ); -} \ No newline at end of file +}