diff --git a/src/app/privacidad/page.tsx b/src/app/privacidad/page.tsx index 75b9ec9..941249d 100644 --- a/src/app/privacidad/page.tsx +++ b/src/app/privacidad/page.tsx @@ -14,7 +14,8 @@ export default function PrivacyPage() { { name: "Testimonios", id: "#testimonials" }, { name: "Equipo", id: "#team" }, { name: "Contacto", id: "#contact" }, - { name: "Privacidad", id: "/privacidad" }, + { name: "Privacidad", href: "/privacidad" }, + { name: "Aviso Legal", href: "/avisos-legales" }, ]; return ( @@ -95,7 +96,7 @@ export default function PrivacyPage() {