diff --git a/src/app/page.tsx b/src/app/page.tsx index e28465d..18ac452 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,12 +62,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=1", imageAlt: "Ambiente tradicional", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=1", imageAlt: "Carnes a la parrilla", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { descriptions: [ "Un espacio diseñado para conectar con la cultura llanera y disfrutar en familia.", ], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=2", imageAlt: "Restaurant room with paintings on walls", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { descriptions: [ "Productos frescos de la región seleccionados cuidadosamente cada día.", ], - imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=2", imageAlt: "Restaurant room with paintings on walls", }, ]}