diff --git a/src/app/apparel/page.tsx b/src/app/apparel/page.tsx index 0ef7995..9882dbb 100644 --- a/src/app/apparel/page.tsx +++ b/src/app/apparel/page.tsx @@ -96,7 +96,7 @@ export default function ApparelPage() { price: "$39.99", rating: 5, reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg?_wi=3", imageAlt: "Camiseta de gimnasio de alto rendimiento", }, { @@ -106,7 +106,7 @@ export default function ApparelPage() { price: "$49.99", rating: 5, reviewCount: "1.7k", - imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg?_wi=4", imageAlt: "Pantalones cortos deportivos de calidad", }, { @@ -116,7 +116,7 @@ export default function ApparelPage() { price: "$129.99", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg?_wi=3", imageAlt: "Zapatillas de entrenamiento profesional", }, { @@ -126,7 +126,7 @@ export default function ApparelPage() { price: "$69.99", rating: 5, reviewCount: "1.3k", - imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg?_wi=4", imageAlt: "Sudadera deportiva premium", }, ]} @@ -156,28 +156,28 @@ export default function ApparelPage() { id: "1", title: "Camisetas y Tops", tags: ["Ropa", "Básico"], - imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg?_wi=5", imageAlt: "Colección de camisetas deportivas", }, { id: "2", title: "Pantalones y Shorts", tags: ["Pantalones", "Entrenamiento"], - imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-sporty-young-woman-dressed-tracksuit-carries-rolled-karemat-holds-bottle-water-poses-agains-modern-building-going-have-cardio-training-prepares-morning-workout_273609-57724.jpg?_wi=5", imageAlt: "Pantalones deportivos y shorts", }, { id: "3", title: "Calzado Deportivo", tags: ["Zapatos", "Rendimiento"], - imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg?_wi=4", imageAlt: "Zapatillas de entrenamiento", }, { id: "4", title: "Accesorios y Complementos", tags: ["Accesorios", "Equipo"], - imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreaming-beautiful-girl-black-sportswear-stay-isolated-white_231208-2846.jpg?_wi=6", imageAlt: "Accesorios deportivos premium", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bb68340..e3919d4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1435,6 +1435,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +