From 336ed0a1e6edbb738932f9f96eabb9cf9fd162ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:21:53 +0000 Subject: [PATCH] Update src/app/protecciones/page.tsx --- src/app/protecciones/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/protecciones/page.tsx b/src/app/protecciones/page.tsx index 27fb4cc..488544e 100644 --- a/src/app/protecciones/page.tsx +++ b/src/app/protecciones/page.tsx @@ -55,14 +55,14 @@ export default function LandingPage() { name: "Rodilleras", price: "$1,200", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-riding-dirt-bike_23-2151493439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-riding-dirt-bike_23-2151493439.jpg?_wi=6", }, { id: "p2", name: "Guantes", price: "$600", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-happy-young-european-cyclist-protective-equipment-sitting-tree-with-his-two-wheeled-motor-powered-vehicle-contemplating-amazing-wild-nature-around-him_273609-285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-happy-young-european-cyclist-protective-equipment-sitting-tree-with-his-two-wheeled-motor-powered-vehicle-contemplating-amazing-wild-nature-around-him_273609-285.jpg?_wi=5", }, ]} /> @@ -88,7 +88,7 @@ export default function LandingPage() {