From 626290e65158c359c2d4c15e498e0eb53e001b3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:13:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 246 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 008dfeb..1eceed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -57,97 +49,54 @@ export default function LandingPage() { @@ -160,20 +109,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Diseño Arquitectónico", - description: "Proyectos creativos y funcionales adaptados a tu terreno.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-woman-her-working-desk-working-new-projects-architecture-design_482257-33107.jpg", - }, + title: "Diseño Arquitectónico", description: "Proyectos creativos y funcionales adaptados a tu terreno.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-woman-her-working-desk-working-new-projects-architecture-design_482257-33107.jpg"}, { - title: "Dirección de Obra", - description: "Supervisión técnica rigurosa para garantizar la excelencia.", - imageSrc: "http://img.b2bpic.net/free-photo/examination-serious-young-adult-woman-business-gray-suit-heels-wearing-safety-helmet-looking-document-smiling-three-men-waiting-construction-site_259150-57759.jpg", - }, + title: "Dirección de Obra", description: "Supervisión técnica rigurosa para garantizar la excelencia.", imageSrc: "http://img.b2bpic.net/free-photo/examination-serious-young-adult-woman-business-gray-suit-heels-wearing-safety-helmet-looking-document-smiling-three-men-waiting-construction-site_259150-57759.jpg"}, { - title: "Desarrollos en Venta", - description: "Propiedades listas para comprar con diseño de autor.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383588.jpg", - }, + title: "Desarrollos en Venta", description: "Propiedades listas para comprar con diseño de autor.", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383588.jpg"}, ]} title="Nuestros Pilares" description="Soluciones arquitectónicas integrales para cada necesidad." @@ -188,47 +128,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Casa Canning I", - price: "USD 250.000", - variant: "Residencial", - imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004028.jpg", - }, + id: "1", name: "Casa Canning I", price: "USD 250.000", variant: "Residencial", imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004028.jpg"}, { - id: "2", - name: "Casa San Miguel", - price: "USD 280.000", - variant: "Residencial", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-taking-photo-building-construction_23-2148039969.jpg", - }, + id: "2", name: "Casa San Miguel", price: "USD 280.000", variant: "Residencial", imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-taking-photo-building-construction_23-2148039969.jpg"}, { - id: "3", - name: "Casa Canning II", - price: "USD 310.000", - variant: "Residencial", - imageSrc: "http://img.b2bpic.net/free-photo/modern-buildings-with-yellow-lines_1112-273.jpg", - }, + id: "3", name: "Casa Canning II", price: "USD 310.000", variant: "Residencial", imageSrc: "http://img.b2bpic.net/free-photo/modern-buildings-with-yellow-lines_1112-273.jpg"}, { - id: "4", - name: "Townhouse San Miguel", - price: "USD 190.000", - variant: "Residencial", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-building-exterior-design_23-2151917349.jpg", - }, + id: "4", name: "Townhouse San Miguel", price: "USD 190.000", variant: "Residencial", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-building-exterior-design_23-2151917349.jpg"}, { - id: "5", - name: "Casa Canning III", - price: "USD 350.000", - variant: "Residencial", - imageSrc: "http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg", - }, + id: "5", name: "Casa Canning III", price: "USD 350.000", variant: "Residencial", imageSrc: "http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg"}, { - id: "6", - name: "Casa San Miguel B", - price: "USD 260.000", - variant: "Residencial", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-luxury-travel_23-2149204470.jpg", - }, + id: "6", name: "Casa San Miguel B", price: "USD 260.000", variant: "Residencial", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-luxury-travel_23-2149204470.jpg"}, ]} title="Desarrollos Disponibles" description="Explora nuestras propiedades listas para convertirte en dueño." @@ -237,30 +147,19 @@ export default function LandingPage() {