From d3e1ad6de1c07ead06527d45b7dd616523601528 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:41:46 +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 8bff06f..051e5c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg?_wi=1", imageAlt: "Limpieza de sofá", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-hoovering-car-cabin-garage_1157-36597.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-duster_23-2148456970.jpg?_wi=2", imageAlt: "sofa deep cleaning", }, { @@ -142,13 +142,13 @@ export default function LandingPage() { icon: Car, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-rechargeable-vacuum-cleaner-cleaning-home_1303-27164.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg?_wi=1", imageAlt: "sofa deep cleaning", }, ]} @@ -198,14 +198,14 @@ export default function LandingPage() { name: "María G.", role: "Cliente", testimonial: "Mi sofá quedó como nuevo. Muy profesional y puntual.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg?_wi=2", }, { id: "2", name: "Juan L.", role: "Cliente", testimonial: "Tenía manchas de años y desaparecieron completamente.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-blond-woman-sits-with-cup-tea-bedroom-rests-home-enjoys_1258-255115.jpg?_wi=2", }, { id: "3", -- 2.49.1