From eb00c0f03c762e0baae96e19224208d3478d8e11 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:06:07 +0000 Subject: [PATCH 1/3] Update src/app/avisos-legales/page.tsx --- src/app/avisos-legales/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/avisos-legales/page.tsx b/src/app/avisos-legales/page.tsx index 3a45bef..d53a1b2 100644 --- a/src/app/avisos-legales/page.tsx +++ b/src/app/avisos-legales/page.tsx @@ -14,8 +14,8 @@ export default function LegalNoticePage() { { name: "Testimonios", id: "#testimonials" }, { name: "Equipo", id: "#team" }, { name: "Contacto", id: "#contact" }, - { name: "Privacidad", href: "/privacidad" }, - { name: "Aviso Legal", href: "/avisos-legales" } + { name: "Privacidad", id: "/privacidad" }, + { name: "Aviso Legal", id: "/avisos-legales" } ]; return ( -- 2.49.1 From 1d51a1ede56824b95b67bed86de5ecaa7ef3a4cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:06:07 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61c1eea..2992ceb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,9 +45,9 @@ export default function LandingPage() { { name: "Contacto", id: "#contact"}, { - name: "Privacidad", href: "/privacidad"}, + name: "Privacidad", id: "/privacidad"}, { - name: "Aviso Legal", href: "/avisos-legales"} + name: "Aviso Legal", id: "/avisos-legales"} ]} logoSrc="http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150620.jpg" logoAlt="Logotipo ClĂ­nica Veterinaria San Isidro" -- 2.49.1 From 711956cf5323992bd6b1382dfa0bb154a19a17cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:06:08 +0000 Subject: [PATCH 3/3] Update src/app/privacidad/page.tsx --- src/app/privacidad/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacidad/page.tsx b/src/app/privacidad/page.tsx index 941249d..f6dcb9e 100644 --- a/src/app/privacidad/page.tsx +++ b/src/app/privacidad/page.tsx @@ -14,8 +14,8 @@ export default function PrivacyPage() { { name: "Testimonios", id: "#testimonials" }, { name: "Equipo", id: "#team" }, { name: "Contacto", id: "#contact" }, - { name: "Privacidad", href: "/privacidad" }, - { name: "Aviso Legal", href: "/avisos-legales" }, + { name: "Privacidad", id: "/privacidad" }, + { name: "Aviso Legal", id: "/avisos-legales" } ]; return ( -- 2.49.1