From b850aad574c2e1b90704b994f61d865fa55145cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:55:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70634de..2f69b8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,23 +77,23 @@ export default function LandingPage() { imageAlt: "Authentic tacos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-conchiglioni-rigati-stuffed-with-meat_114579-6879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-conchiglioni-rigati-stuffed-with-meat_114579-6879.jpg?_wi=1", imageAlt: "Chicken tacos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burrito-wrap-plate-table_23-2148165544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burrito-wrap-plate-table_23-2148165544.jpg?_wi=1", imageAlt: "Burrito", }, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-lipstick-food-purple-flower-wooden-table-photo-big-plate-with-tasty-salad-beans-standing-beside-glass-smoothie_291049-1807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-lipstick-food-purple-flower-wooden-table-photo-big-plate-with-tasty-salad-beans-standing-beside-glass-smoothie_291049-1807.jpg?_wi=1", imageAlt: "Breakfast burrito", }, { - imageSrc: "http://img.b2bpic.net/free-photo/clipboard-tasty-mexican-dishes_23-2147740802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clipboard-tasty-mexican-dishes_23-2147740802.jpg?_wi=1", imageAlt: "Combo plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/shop-cosmetics-handmade_169016-3566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shop-cosmetics-handmade_169016-3566.jpg?_wi=1", imageAlt: "Dessert", }, ]} @@ -112,25 +112,25 @@ export default function LandingPage() { id: "1", name: "Street Tacos", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-conchiglioni-rigati-stuffed-with-meat_114579-6879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-conchiglioni-rigati-stuffed-with-meat_114579-6879.jpg?_wi=2", }, { id: "2", name: "Classic Burrito", price: "$9.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burrito-wrap-plate-table_23-2148165544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burrito-wrap-plate-table_23-2148165544.jpg?_wi=2", }, { id: "3", name: "Breakfast Burrito", price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-lipstick-food-purple-flower-wooden-table-photo-big-plate-with-tasty-salad-beans-standing-beside-glass-smoothie_291049-1807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-lipstick-food-purple-flower-wooden-table-photo-big-plate-with-tasty-salad-beans-standing-beside-glass-smoothie_291049-1807.jpg?_wi=2", }, { id: "4", name: "Combo Platter", price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/clipboard-tasty-mexican-dishes_23-2147740802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clipboard-tasty-mexican-dishes_23-2147740802.jpg?_wi=2", }, { id: "5", @@ -142,7 +142,7 @@ export default function LandingPage() { id: "6", name: "Churros", price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/shop-cosmetics-handmade_169016-3566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shop-cosmetics-handmade_169016-3566.jpg?_wi=2", }, ]} title="Popular Menu Items" -- 2.49.1