From b3544f3211acefae2d7364ce2dcbc73d643a564f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:05:07 +0000 Subject: [PATCH] Update src/app/privacidad/page.tsx --- src/app/privacidad/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {