From 95699302014828cc88b531e2c5102bf0a942d56e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:00:33 +0000 Subject: [PATCH] Update src/app/aviso-legal/page.tsx --- src/app/aviso-legal/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/aviso-legal/page.tsx b/src/app/aviso-legal/page.tsx index 971b3d2..d52509f 100644 --- a/src/app/aviso-legal/page.tsx +++ b/src/app/aviso-legal/page.tsx @@ -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." /> -- 2.49.1