From 565eb46f0bd652f07e62d8a16561616e17261112 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 03:54:55 +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 81116de..e80a4b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,15 +81,15 @@ export default function LandingPage() { imageAlt: "Shea D's brand logo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg?_wi=1", imageAlt: "Traditional menudo bowl", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=1", imageAlt: "Brisket burrito", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg?_wi=1", imageAlt: "Chorizo egg burrito", }, ]} @@ -133,19 +133,19 @@ export default function LandingPage() { id: "1", name: "Best Menudo in Town", price: "Weekend Special", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg?_wi=2", }, { id: "2", name: "Brisket Burrito", price: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=2", }, { id: "3", name: "Chorizo & Egg Burrito", price: "Morning Classic", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg?_wi=2", }, ]} title="Menu Highlights" @@ -164,14 +164,14 @@ export default function LandingPage() { name: "Loyal Local", handle: "@local", testimonial: "Best menudo in town! Love it!! Great brisket burritos too!!", - imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=1", }, { id: "2", name: "Road-Trip Regular", handle: "@traveler", testimonial: "We drove all the way from Lubbock just for this. Incredible.", - imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=2", }, { id: "3", @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Lubbock Legend", handle: "@foodie", testimonial: "I grew up on these burritos. The flavor is unmatched in all of Texas.", - imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=3", }, ]} title="Straight From Our Customers" -- 2.49.1