2 Commits

Author SHA1 Message Date
9569930201 Update src/app/aviso-legal/page.tsx 2026-06-08 14:00:33 +00:00
af787a4b0b Merge version_2 into main
Merge version_2 into main
2026-06-08 12:49:18 +00:00

View File

@@ -28,7 +28,7 @@ export default function AvisoLegalPage() {
{ name: "Servicios", id: "services" },
{ name: "Equipo", id: "team" },
{ name: "Reseñas", id: "reviews" },
{ name: "Contacto", id: "contact" },
{ name: "Contacto", id: "contact" }
]}
brandName="Clínica Saber"
button={{
@@ -62,16 +62,16 @@ export default function AvisoLegalPage() {
{ label: "Servicios", href: "#services" },
{ label: "Equipo", href: "#team" },
{ label: "Reseñas", href: "#reviews" },
{ label: "Contacto", href: "#contact" },
],
{ label: "Contacto", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Aviso Legal", href: "/aviso-legal" },
{ label: "Política de Privacidad", href: "/politica-privacidad" },
{ label: "Política de Cookies", href: "/politica-cookies" },
],
},
{ label: "Política de Cookies", href: "/politica-cookies" }
]
}
]}
copyrightText="© 2024 Clínica Saber. Todos los derechos reservados."
/>