From 1aef137577fd7b08fd0010fe8a1c92e459e79c7b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:37:13 +0000 Subject: [PATCH] Update src/app/servicios/page.tsx --- src/app/servicios/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/servicios/page.tsx b/src/app/servicios/page.tsx index db76951..e0bc01b 100644 --- a/src/app/servicios/page.tsx +++ b/src/app/servicios/page.tsx @@ -94,7 +94,7 @@ export default function ServiciosPage() { }, ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=12" imageAlt="Equipo de servicios profesionales" textPosition="bottom-left" showBlur={true} @@ -121,42 +121,42 @@ export default function ServiciosPage() { id: "1", name: "Desatascos Urgentes 24h", price: "Desde €60", - imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg?_wi=37", imageAlt: "Desatasco urgente", }, { id: "2", name: "Inspección Cámara Video", price: "Desde €80", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg?_wi=19", imageAlt: "Inspección con cámara", }, { id: "3", name: "Localización Fugas", price: "Desde €100", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg?_wi=20", imageAlt: "Detección de fugas", }, { id: "4", name: "Limpieza Fosas Sépticas", price: "Consultar", - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-pleading_1368-1525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-pleading_1368-1525.jpg?_wi=10", imageAlt: "Limpieza fosa séptica", }, { id: "5", name: "Limpieza de Arquetas", price: "Desde €75", - imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg?_wi=38", imageAlt: "Limpieza arquetas", }, { id: "6", name: "Reparación Tuberías", price: "Presupuesto", - imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg?_wi=39", imageAlt: "Reparación tuberías", }, ]}