diff --git a/src/app/page.tsx b/src/app/page.tsx index d1e84c5..138144e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg" + imageSrc="http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg?_wi=1" imageAlt="Accesorios y luces para motocicletas" mediaAnimation="opacity" frameStyle="card" @@ -86,7 +86,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Mundo Luces", name: "Kit Luces LED Completo", price: "$180,000 COP", rating: 5, - reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg", imageAlt: "Kit luces LED para motocicleta" + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg?_wi=2", imageAlt: "Kit luces LED para motocicleta" }, { id: "2", brand: "Mundo Luces", name: "Accesorios Espejos Cromados", price: "$95,000 COP", rating: 5, @@ -135,13 +135,13 @@ export default function LandingPage() { id: "3", name: "Juan Pérez", handle: "Comprador en Línea", testimonial: "Buena variedad de productos, precios competitivos y entrega rápida. El equipo fue muy responsivo por WhatsApp. Gracias Mundo Luces.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Juan Pérez" }, { - id: "4", name: "Andrea López", handle: "Propietaria Moto", testimonial: "Lugar accesible y bien ubicado. Las luces LED que compré llegaron con garantía y funcionan perfectas. Muy satisfecha con la compra.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg", imageAlt: "Andrea López" + id: "4", name: "Andrea López", handle: "Propietaria Moto", testimonial: "Lugar accesible y bien ubicado. Las luces LED que compré llegaron con garantía y funcionan perfectas. Muy satisfecha con la compra.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg?_wi=1", imageAlt: "Andrea López" }, { id: "5", name: "Luis Martínez", handle: "Gestor Flotilla de Vehículos", testimonial: "Soluciones personalizadas para flotillas. Mundo Luces nos ofrece descuentos por volumen y asesoría experta. Socio confiable para nuestro negocio.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Luis Martínez" }, { - id: "6", name: "Daniela Sánchez", handle: "Entusiasta Motos", testimonial: "Busco siempre en Mundo Luces porque sé que va a haber producto original y el servicio post-venta es excepcional. Mi referencia favorita.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg", imageAlt: "Daniela Sánchez" + id: "6", name: "Daniela Sánchez", handle: "Entusiasta Motos", testimonial: "Busco siempre en Mundo Luces porque sé que va a haber producto original y el servicio post-venta es excepcional. Mi referencia favorita.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg?_wi=2", imageAlt: "Daniela Sánchez" } ]} speed={40}