From 83c1f15ba3d7fe0723ed296e9eb3c5c75ea30f55 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:35:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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"}, ], }, ]} -- 2.49.1