From 719b38a1c81ccd80432113f15ccc569e13e3966d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 01:58:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4afa35a..16d73ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,16 +77,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Suite Ejecutiva", description: "Vistas panorámicas 360°, ideales para corporativos de alto nivel.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg" } + title: "Suite Ejecutiva", description: "Vistas panorámicas 360°, ideales para corporativos de alto nivel.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg?_wi=1" } }, { - title: "Oficina Corporativa", description: "Espacios modulares con distribución abierta y funcional.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg" } + title: "Oficina Corporativa", description: "Espacios modulares con distribución abierta y funcional.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg?_wi=1" } }, { - title: "Oficina PyME", description: "Soluciones flexibles para equipos dinámicos y proyectos.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg" } + title: "Oficina PyME", description: "Soluciones flexibles para equipos dinámicos y proyectos.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3606.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1979.jpg?_wi=2" } }, ]} showStepNumbers={true} -- 2.49.1