diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ecf055..c3c7423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,12 +182,12 @@ export default function LandingPage() { { 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", + imageAlt: "Vibrante mercado de especias", }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-helathy-ingredients-composition_23-2147859419.jpg", - alt: "Variedad de especias en cuencos", + imageAlt: "Variedad de especias en cuencos", }, ], }, @@ -199,12 +199,12 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg", - alt: "Chef preparando comida pakistaní", + imageAlt: "Chef preparando comida pakistaní", }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16139.jpg", - alt: "Chef emplatando un plato", + imageAlt: "Chef emplatando un plato", }, ], }, @@ -216,12 +216,12 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", - alt: "Interior acogedor del restaurante", + imageAlt: "Interior acogedor del restaurante", }, { 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", + imageAlt: "Comedor de restaurante con iluminación cálida" }, ], },