Update src/app/privacidad/page.tsx

This commit is contained in:
2026-06-04 17:05:07 +00:00
parent ed99193f33
commit b3544f3211

View File

@@ -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() {
<FooterLogoReveal
logoText="Clínica Veterinaria San Isidro"
leftLink={{ text: "Política de Privacidad", href: "/privacidad" }}
rightLink={{ text: "Aviso Legal", href: "#" }}
rightLink={{ text: "Aviso Legal", href: "/avisos-legales" }}
/>
</div>
</ReactLenis>