From 848291cbf70f790b4c9831ae39c31be2cb04d1c0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:00:23 +0000 Subject: [PATCH] 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 579726e..fb14867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { value: "4.5★", label: "Valoración Promedio" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1391.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1391.jpg?_wi=1" imageAlt="Taller de reparación de motocicletas profesional" imagePosition="right" mediaAnimation="slide-up" @@ -135,7 +135,7 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Carlos Martínez", handle: "Propietario Harley", testimonial: "Excelente servicio y profesionalismo. Mi motocicleta quedó como nueva. Recomiendo 100% a JON ZUREMOTO para cualquier reparación.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1180.jpg", imageAlt: "Carlos Martínez"}, + id: "1", name: "Carlos Martínez", handle: "Propietario Harley", testimonial: "Excelente servicio y profesionalismo. Mi motocicleta quedó como nueva. Recomiendo 100% a JON ZUREMOTO para cualquier reparación.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1180.jpg?_wi=1", imageAlt: "Carlos Martínez"}, { id: "2", name: "María García", handle: "Rider Deportiva", testimonial: "El mejor taller de la zona. Rápidos, puntuales y muy profesionales. Mi moto tiene un rendimiento excepcional después de visitarlos.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "María García"}, { @@ -145,7 +145,7 @@ export default function LandingPage() { { id: "5", name: "David López", handle: "Cliente Frecuente", testimonial: "Profionales de verdad. Explican cada paso del proceso y garantizan su trabajo. Es mi taller de confianza.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", imageAlt: "David López"}, { - id: "6", name: "Fernando Sáenz", handle: "Propietario BMW", testimonial: "Trabajo de calidad superior. Son expertos en motos de todas las marcas. Volveré siempre que lo necesite.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1180.jpg", imageAlt: "Fernando Sáenz"}, + id: "6", name: "Fernando Sáenz", handle: "Propietario BMW", testimonial: "Trabajo de calidad superior. Son expertos en motos de todas las marcas. Volveré siempre que lo necesite.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1180.jpg?_wi=2", imageAlt: "Fernando Sáenz"}, ]} animationType="slide-up" textboxLayout="default" @@ -200,7 +200,7 @@ export default function LandingPage() {