From d902a52e16b5fc4c7f8200640c6e47055f3b6b95 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fe5192..4b8e252 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,14 +136,14 @@ export default function LandingPage() { id: "1", name: "Camisa Casual", price: "$69.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-fashionable-confident-young-european-woman-with-dark-hair-combed-back-posing-wearing-elegant-brown-trousers-oversize-white-shirt-keeping-her-hands-pockets_343059-3149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-fashionable-confident-young-european-woman-with-dark-hair-combed-back-posing-wearing-elegant-brown-trousers-oversize-white-shirt-keeping-her-hands-pockets_343059-3149.jpg?_wi=1", imageAlt: "Camisa Casual de Calidad Premium", }, { id: "2", name: "Pantalón Elegante", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-psd/lifestyle-flyer-template-design_23-2151770685.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/lifestyle-flyer-template-design_23-2151770685.jpg?_wi=1", imageAlt: "Pantalón Elegante con Ajuste Perfecto", }, { @@ -181,19 +181,19 @@ export default function LandingPage() { { title: "Calidad premium", description: "Prendas elegidas por su estilo, comodidad y durabilidad.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-fashionable-confident-young-european-woman-with-dark-hair-combed-back-posing-wearing-elegant-brown-trousers-oversize-white-shirt-keeping-her-hands-pockets_343059-3149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-fashionable-confident-young-european-woman-with-dark-hair-combed-back-posing-wearing-elegant-brown-trousers-oversize-white-shirt-keeping-her-hands-pockets_343059-3149.jpg?_wi=2", imageAlt: "Close up of high quality fabric", }, { title: "Selección curada", description: "Cada pieza está pensada para que te veas bien sin esfuerzo.", - imageSrc: "http://img.b2bpic.net/free-psd/lifestyle-flyer-template-design_23-2151770685.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/lifestyle-flyer-template-design_23-2151770685.jpg?_wi=2", imageAlt: "Stylishly arranged clothing items", }, { title: "Clientes satisfechos", description: "Valorados con 5 estrellas por nuestro servicio y calidad.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=1", imageAlt: "Happy customer smiling", }, ]} @@ -227,7 +227,7 @@ export default function LandingPage() { { id: "1", name: "Laura S.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=2", imageAlt: "Laura S.", }, { -- 2.49.1