From 1844755e226c8d14630eae2e37e98d8fbcac8398 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:28:22 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" -- 2.49.1 From aae56dece5dd65311ab0aa59cad00233a5e7d7f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:28:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" -- 2.49.1