From 16d331fa7b13bd80bffc19502e23ffdead14f5d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 13:17:08 +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 3c8b873..1342182 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: { - text: "Protegemos tu información personal de acuerdo con la ley vigente."}, + type: "paragraph", text: "Protegemos tu información personal de acuerdo con la ley vigente."}, }, { heading: "Política de Privacidad", content: { - items: [ + type: "list", items: [ "No compartimos datos con terceros.", "Uso exclusivo para fines inmobiliarios."], }, }, -- 2.49.1