From da61c3466335642ce7dc4baf2570dcecb4014526 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:03:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28b3a14..7ebad14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#contacto", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -102,7 +102,7 @@ export default function LandingPage() { descriptions: [ "Transformamos espacios con diseño exclusivo.", ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg?_wi=2", imageAlt: "luxury apartment interior design", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { descriptions: [ "Espacios optimizados para convivir.", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383620.jpg?_wi=1", imageAlt: "happy client portrait luxury home", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { descriptions: [ "Resolutivos en cualquier momento.", ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg?_wi=1", imageAlt: "modern luxury apartment owner portrait", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { descriptions: [ "Atención impecable a los detalles.", ], - imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204697.jpg?_wi=1", imageAlt: "professional property investor portrait", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { descriptions: [ "Acompañamiento personalizado y cercano.", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459189.jpg?_wi=1", imageAlt: "customer portrait high end renovation", }, ]} @@ -168,7 +168,7 @@ export default function LandingPage() { role: "Propietaria", company: "Cliente Particular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383620.jpg?_wi=2", }, { id: "2", @@ -176,7 +176,7 @@ export default function LandingPage() { role: "Inversor", company: "Real Estate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg?_wi=2", }, { id: "3", @@ -184,7 +184,7 @@ export default function LandingPage() { role: "Residente", company: "Coliving", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204697.jpg?_wi=2", }, { id: "4", @@ -192,7 +192,7 @@ export default function LandingPage() { role: "Propietario", company: "Gestión", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459189.jpg?_wi=2", }, { id: "5", -- 2.49.1