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 +}