From 14ce9890ea9b2bb6a9cbd4f3735db6036c155640 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:21:52 +0000 Subject: [PATCH 1/5] Update src/app/accesorios/page.tsx --- src/app/accesorios/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/accesorios/page.tsx b/src/app/accesorios/page.tsx index 5068583..001a84f 100644 --- a/src/app/accesorios/page.tsx +++ b/src/app/accesorios/page.tsx @@ -55,14 +55,14 @@ export default function LandingPage() { name: "Casco Pro", price: "$2,500", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cyclist-riding-bicycle-nature_23-2150815941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyclist-riding-bicycle-nature_23-2150815941.jpg?_wi=4", }, { id: "a2", name: "Luces LED", price: "$800", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866650.jpg?_wi=5", }, ]} /> @@ -88,7 +88,7 @@ export default function LandingPage() {