diff --git a/src/app/page.tsx b/src/app/page.tsx index 85b835e..5ecf055 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,12 +181,12 @@ export default function LandingPage() { mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-with-different-seasonings-grey-surface-meal-vegetables-meat-dolma-food_140725-74507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-with-different-seasonings-grey-surface-meal-vegetables-meat-dolma-food_140725-74507.jpg", alt: "Vibrante mercado de especias", }, { - src: "http://img.b2bpic.net/free-photo/modern-helathy-ingredients-composition_23-2147859419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-helathy-ingredients-composition_23-2147859419.jpg", alt: "Variedad de especias en cuencos", }, ], @@ -198,12 +198,12 @@ export default function LandingPage() { mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg", alt: "Chef preparando comida pakistaní", }, { - src: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg", alt: "Chef emplatando un plato", }, ], @@ -215,12 +215,12 @@ export default function LandingPage() { mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", alt: "Interior acogedor del restaurante", }, { - src: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", alt: "Comedor de restaurante con iluminación cálida", }, ],