diff --git a/src/app/page.tsx b/src/app/page.tsx index d8ee222..1d04ced 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,32 +66,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg?_wi=1", imageAlt: "Variedad de dulces artesanales", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg?_wi=2", imageAlt: "Brownies frescos", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg?_wi=3", imageAlt: "Tortas de cumpleaños", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg?_wi=4", imageAlt: "Cajas de regalo", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg?_wi=5", imageAlt: "Alfajores de autor", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-brownie_1220-376.jpg?_wi=6", imageAlt: "Tartas frutales", }, ]} @@ -184,7 +184,7 @@ export default function LandingPage() { handle: "@sofia_dulce", testimonial: "¡Los brownies más ricos que probé en mi vida! Son súper húmedos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg?_wi=1", }, { id: "2", @@ -216,7 +216,7 @@ export default function LandingPage() { handle: "@carls_cookies", testimonial: "¡Adicta a las cookies! Cada compra es un placer total.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg?_wi=2", }, ]} showRating={true}