From e49ca2f42267ae2f9def9b3d7ed75baf9b2a466b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 01:57:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d1b0e0..e662e20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,11 +116,11 @@ export default function LandingPage() { title="Detalles Premium" description="Cada rincón de Quadra Towers ha sido pensado para el éxito." features={[ - { title: "Seguridad 24/7", description: "Monitoreo constante." }, - { title: "Alta Velocidad", description: "Fibra óptica dedicada." }, - { title: "Áreas Verdes", description: "Entorno natural." }, - { title: "Parking", description: "Acceso exclusivo." }, - { title: "Lobby", description: "Recepción de lujo." } + { title: "Seguridad 24/7", descriptions: "Monitoreo constante." }, + { title: "Alta Velocidad", descriptions: "Fibra óptica dedicada." }, + { title: "Áreas Verdes", descriptions: "Entorno natural." }, + { title: "Parking", descriptions: "Acceso exclusivo." }, + { title: "Lobby", descriptions: "Recepción de lujo." } ]} /> -- 2.49.1