Update src/app/privacidad/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user