From cc702b34d8dc534eee05fd63a4c8bd8bd6b35827 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:46:58 +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 c8a7702..68b50c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Carlos Mendez", handle: "Propietario, Transportes Mendez", testimonial: "Excelente taller mecánico, muy serios a la hora de resolver los problemas. Muy capacitados en mecánica pesada. Altamente recomendable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", imageAlt: "Carlos Mendez" + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=1", imageAlt: "Carlos Mendez" }, { name: "Juan Rodriguez", handle: "Operador de Flota", testimonial: "Excelente atención y muy buen asesoramiento. Profesionales que realmente saben lo que hacen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-helmet_23-2149426498.jpg", imageAlt: "Juan Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-helmet_23-2149426498.jpg?_wi=1", imageAlt: "Juan Rodriguez" }, { name: "Sofia García", handle: "Gerente, FleetCorp", testimonial: "Gente muy profesional, la atención y la rapidez de los vehículos merecen 5 estrellas. Confiables.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-smiling-truck-driver-with-crossed-arms-transporting-cars-market_342744-1333.jpg", imageAlt: "Sofia García" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-smiling-truck-driver-with-crossed-arms-transporting-cars-market_342744-1333.jpg?_wi=1", imageAlt: "Sofia García" } ]} testimonialRotationInterval={5000} @@ -183,15 +183,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Carlos Mendez", handle: "Transportes Mendez", testimonial: "Excelente taller mecánico, muy serios a la hora de resolver los problemas. Muy capacitados en mecánica pesada. Altamente recomendable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", imageAlt: "Carlos Mendez" + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg?_wi=2", imageAlt: "Carlos Mendez" }, { id: "2", name: "Juan Rodriguez", handle: "Operador de Flota", testimonial: "Excelente atención y muy buen asesoramiento. Son profesionales que realmente saben lo que hacen con los vehículos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-helmet_23-2149426498.jpg", imageAlt: "Juan Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-helmet_23-2149426498.jpg?_wi=2", imageAlt: "Juan Rodriguez" }, { id: "3", name: "Sofia García", handle: "Gerente, FleetCorp", testimonial: "Gente muy profesional, la atención y la rapidez de los vehículos merecen 5 estrellas. Totalmente confiables.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-smiling-truck-driver-with-crossed-arms-transporting-cars-market_342744-1333.jpg", imageAlt: "Sofia García" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-smiling-truck-driver-with-crossed-arms-transporting-cars-market_342744-1333.jpg?_wi=2", imageAlt: "Sofia García" }, { id: "4", name: "Miguel Torres", handle: "Dueño, Empresa de Transporte", testimonial: "Profesionales serios que cumplen con lo prometido. Servicio rápido, honesto y con verdadera expertise en mecánica pesada.", rating: 5, -- 2.49.1