From dd81c1cede05373e0ab2a9d8ad1aac4f963ea2b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 21:16:59 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage/sections/ProductDiscovery.tsx --- src/pages/HomePage/sections/ProductDiscovery.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/ProductDiscovery.tsx b/src/pages/HomePage/sections/ProductDiscovery.tsx index 5755673..7908ea7 100644 --- a/src/pages/HomePage/sections/ProductDiscovery.tsx +++ b/src/pages/HomePage/sections/ProductDiscovery.tsx @@ -9,22 +9,22 @@ export default function ProductDiscoverySection() { { name: "Chaqueta Denim Oversize", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg?_wi=1", }, { name: "Zapatillas Urban Pro", price: "$120.00", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall-sitting-floor_158538-9011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall-sitting-floor_158538-9011.jpg?_wi=1", }, { name: "Pantalón Cargo Minimal", price: "$65.00", - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=1", }, { name: "Sudadera Essential", price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932934.jpg?_wi=1", } ]; -- 2.49.1 From 6ef5d981c6f2d7c8dd071bd6dac54c8fd026478c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 21:17:00 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage/sections/Products.tsx --- src/pages/HomePage/sections/Products.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/Products.tsx b/src/pages/HomePage/sections/Products.tsx index 9aa9022..819296b 100644 --- a/src/pages/HomePage/sections/Products.tsx +++ b/src/pages/HomePage/sections/Products.tsx @@ -17,22 +17,22 @@ export default function ProductsSection(): React.JSX.Element { { title: "Denim Moderno", description: "Estilo urbano con el mejor ajuste.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg?_wi=2", }, { title: "Calzado Premium", description: "Comodidad total en cada paso.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall-sitting-floor_158538-9011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-summer-hipster-clothes-posing-near-wall-sitting-floor_158538-9011.jpg?_wi=2", }, { title: "Básicos Urbanos", description: "La pieza clave para tu outfit.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=2", }, { title: "Vestidos Elegantes", description: "Minimalismo para cualquier ocasión.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932934.jpg?_wi=2", }, { title: "Relojería", -- 2.49.1