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() {