diff --git a/src/app/page.tsx b/src/app/page.tsx index b2b7b9d..e9b070a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,42 +109,42 @@ export default function LandingPage() { name: "Ceviche El Guero", price: "$18", variant: "Fresh Catch", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-concept_23-2148629368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-concept_23-2148629368.jpg?_wi=1", }, { id: "2", name: "Camarones a la Cucaracha", price: "$22", variant: "Signature Spicy", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawn-shrimp-with-sauce_74190-6004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawn-shrimp-with-sauce_74190-6004.jpg?_wi=1", }, { id: "3", name: "Tacos de Birria", price: "$15", variant: "Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg?_wi=1", }, { id: "4", name: "La Medusa", price: "$24", variant: "Seafood Platter", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-concept_23-2148629368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-concept_23-2148629368.jpg?_wi=2", }, { id: "5", name: "Burrito Especial", price: "$14", variant: "Family Classic", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawn-shrimp-with-sauce_74190-6004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawn-shrimp-with-sauce_74190-6004.jpg?_wi=2", }, { id: "6", name: "Tostada Mixta", price: "$12", variant: "Coastal Style", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg?_wi=2", }, ]} title="Signature Dishes"