diff --git a/src/app/page.tsx b/src/app/page.tsx index b95bfe1..a7b6962 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,11 +105,11 @@ export default function LandingPage() { title: "Tortillas hechas a mano", description: "Freshly made daily, just like abuela's kitchen, providing an authentic taste with every bite.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg?_wi=1", imageAlt: "Hand-made tortillas with tacos", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg?_wi=1", imageAlt: "Authentic Molcajete dish", }, }, @@ -118,11 +118,11 @@ export default function LandingPage() { title: "Barra de verduras fresca y variada", description: "A colorful selection of fresh, seasonal vegetables and toppings to customize your dishes.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg?_wi=2", imageAlt: "Hand-made tortillas with tacos", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg?_wi=2", imageAlt: "Authentic Molcajete dish", }, }, @@ -131,11 +131,11 @@ export default function LandingPage() { title: "Platillos abundantes para compartir", description: "Generous portions perfect for family and friends, ensuring everyone leaves satisfied and happy.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg?_wi=3", imageAlt: "Hand-made tortillas with tacos", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg?_wi=3", imageAlt: "Authentic Molcajete dish", }, }, @@ -144,11 +144,11 @@ export default function LandingPage() { title: "Sabores que no vas a olvidar", description: "Traditional tastes that will leave a lasting impression, making you crave your next visit.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg?_wi=4", imageAlt: "Hand-made tortillas with tacos", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food-with-nachos-dip_23-2148614447.jpg?_wi=4", imageAlt: "Authentic Molcajete dish", }, },