diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0298a09..ee67bd8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,37 +29,37 @@ export default function LandingPage() { { name: "Inicio", id: "hero", - href: "/", + }, { name: "Relojes", id: "product", - href: "/#product", + }, { name: "Oro", id: "product", - href: "/#product", + }, { name: "Plata", id: "product", - href: "/#product", + }, { name: "Nosotros", id: "about", - href: "/#about", + }, { name: "FAQ", id: "faq", - href: "/#faq", + }, { name: "Contacto", id: "contact", - href: "/contact", + }, ]} brandName="Lujo Eterno" diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cda1e6..191bd55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,37 @@ export default function LandingPage() { { name: "Inicio", id: "hero", - href: "/", + }, { name: "Relojes", id: "product", - href: "/#product", + }, { name: "Oro", id: "product", - href: "/#product", + }, { name: "Plata", id: "product", - href: "/#product", + }, { name: "Nosotros", id: "about", - href: "/#about", + }, { name: "FAQ", id: "faq", - href: "/#faq", + }, { name: "Contacto", id: "contact", - href: "/contact", + }, ]} brandName="Lujo Eterno"