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 ( 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" 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 (