From a27a62bf124f95f4857549e35958dbb105841c1f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:24:47 +0000 Subject: [PATCH 1/4] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 959ba21..c2e52fc 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { placeholder: "Email", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=3" /> -- 2.49.1 From 1d6c1dcfb93e439099e80d481352435973f00b99 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:24:47 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e44b4ac..c264a6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "Cliente", testimonial: "Profesionalidad en cada fase.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=1", }, ]} buttons={[ @@ -260,7 +260,7 @@ export default function LandingPage() { id: "1", name: "Alejandro Córcoles", role: "Director General", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg?_wi=1", }, { id: "2", @@ -272,7 +272,7 @@ export default function LandingPage() { id: "3", name: "Thomas M.", role: "Jefe de Obra", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=1", }, { id: "4", @@ -284,7 +284,7 @@ export default function LandingPage() { id: "5", name: "Juan D.", role: "Coordinador de Proyectos", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=2", }, ]} /> -- 2.49.1 From e9560a33c2eeadd398491d7963e35dce98073b6d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:24:48 +0000 Subject: [PATCH 3/4] Update src/app/proyectos/page.tsx --- src/app/proyectos/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/proyectos/page.tsx b/src/app/proyectos/page.tsx index e0faf1c..757feed 100644 --- a/src/app/proyectos/page.tsx +++ b/src/app/proyectos/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { id: "p1", name: "Villa Marbella", role: "Obra Nueva", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=2", }, ]} /> -- 2.49.1 From 022c26abb34b65ed21e3f45ce119cf9af13a9e68 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:24:48 +0000 Subject: [PATCH 4/4] Update src/app/sobre-nosotros/page.tsx --- src/app/sobre-nosotros/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/sobre-nosotros/page.tsx b/src/app/sobre-nosotros/page.tsx index 948bb9a..a919c07 100644 --- a/src/app/sobre-nosotros/page.tsx +++ b/src/app/sobre-nosotros/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { id: "s1", name: "Alejandro", role: "Fundador", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg?_wi=2", }, ]} /> -- 2.49.1