From 5c6064f417a3bdf481a79bed7b9793d8f4922a18 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:33:19 +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 351bbd3..74b15f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-showing-stop-gesture-white_141793-74749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-showing-stop-gesture-white_141793-74749.jpg?_wi=1", imageAlt: "Fontanero profesional urgente en Madrid", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990729.jpg", imageAlt: "icono llave inglesa fontanería", }, - imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-showing-stop-gesture-white_141793-74749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-showing-stop-gesture-white_141793-74749.jpg?_wi=2", imageAlt: "icono llave inglesa fontanería", }, { @@ -130,14 +130,14 @@ export default function LandingPage() { title: "Instalaciones de Baño", description: "Cambio de bañera por ducha, reparación de cisternas y grifería de alta calidad.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-winking-while-posing-t-shirt-denim-jacket-looking-merry-front-view_176474-108308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-winking-while-posing-t-shirt-denim-jacket-looking-merry-front-view_176474-108308.jpg?_wi=1", imageAlt: "instalación plato ducha icono", }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/100-swimming-icons_1057-673.jpg", imageAlt: "instalación plato ducha icono", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-mall_23-2148195366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-mall_23-2148195366.jpg?_wi=1", imageAlt: "icono llave inglesa fontanería", }, ]} @@ -160,7 +160,7 @@ export default function LandingPage() { role: "Cliente", company: "Local Guide", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-winking-while-posing-t-shirt-denim-jacket-looking-merry-front-view_176474-108308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-winking-while-posing-t-shirt-denim-jacket-looking-merry-front-view_176474-108308.jpg?_wi=2", }, { id: "2", @@ -168,7 +168,7 @@ export default function LandingPage() { role: "Cliente", company: "Local Guide", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-mall_23-2148195366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-mall_23-2148195366.jpg?_wi=2", }, { id: "3", -- 2.49.1