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}