diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b72cb7..0ffd999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { { 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" }, ]; @@ -52,7 +52,8 @@ export default function HomePage() { 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" + }} /> @@ -86,7 +87,8 @@ export default function HomePage() { ); -} \ No newline at end of file +}