diff --git a/src/app/page.tsx b/src/app/page.tsx index ae09f5f..185d4fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,31 +79,31 @@ export default function LandingPage() { { title: "Signature Quesabirria", description: "Our legendary, slow-cooked beef birria folded in toasted tortillas with melty cheese.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", imageAlt: "Quesabirria"}, + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=1", imageAlt: "Quesabirria"}, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", imageAlt: "Quesabirria"}, + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=2", imageAlt: "Quesabirria"}, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", imageAlt: "Quesabirria"}, + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=3", imageAlt: "Quesabirria"}, ], }, { title: "Sizzling Fajitas", description: "Grilled to perfection with peppers and onions, served with our house-made tortillas.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", imageAlt: "Fajitas"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg?_wi=1", imageAlt: "Fajitas"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", imageAlt: "Fajitas"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg?_wi=2", imageAlt: "Fajitas"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", imageAlt: "Fajitas"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg?_wi=3", imageAlt: "Fajitas"}, ], }, { title: "Fresh Aguachiles", description: "Zesty, citrus-marinated shrimp served fresh with crisp cucumbers and onions.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg", imageAlt: "Aguachiles"}, + imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg?_wi=1", imageAlt: "Aguachiles"}, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg", imageAlt: "Aguachiles"}, + imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg?_wi=2", imageAlt: "Aguachiles"}, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg", imageAlt: "Aguachiles"}, + imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg?_wi=3", imageAlt: "Aguachiles"}, ], }, ]}