From fc7597d758c1e0892e22889ba09471ad2a0a17a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 13:17:38 +0000 Subject: [PATCH] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 1342182..3c8b873 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -58,11 +58,11 @@ export default function LandingPage() { sections={[ { heading: "Uso de datos", content: { - type: "paragraph", text: "Protegemos tu información personal de acuerdo con la ley vigente."}, + text: "Protegemos tu información personal de acuerdo con la ley vigente."}, }, { heading: "Política de Privacidad", content: { - type: "list", items: [ + items: [ "No compartimos datos con terceros.", "Uso exclusivo para fines inmobiliarios."], }, },