From 4ba7a14b01fbe0c0c138fd0372050c96c6382067 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:34:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64df97c..fdfb615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,52 +94,52 @@ export default function LandingPage() { { title: "Chicken Manchurian", description: "Crispy chicken pieces in a tangy and savory sauce. A signature favorite!", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg", imageAlt: "Chicken Manchurian" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg?_wi=1", imageAlt: "Chicken Manchurian" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg", imageAlt: "Manchurian detail" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg?_wi=2", imageAlt: "Manchurian detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg", imageAlt: "Close up" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg?_wi=3", imageAlt: "Close up" } ] }, { title: "Dumplings", description: "Delicate steamed dumplings filled with savory meat or vegetables. Perfect appetizer.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg", imageAlt: "Steamed dumplings" + imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg?_wi=1", imageAlt: "Steamed dumplings" }, { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg", imageAlt: "Dumplings close up" + imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg?_wi=2", imageAlt: "Dumplings close up" }, { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg", imageAlt: "Dumplings plated" + imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg?_wi=3", imageAlt: "Dumplings plated" } ] }, { title: "Chow Mein", description: "Stir-fried noodles with fresh vegetables, protein, and savory sauce. A hearty meal.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg", imageAlt: "Chow Mein noodles" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg?_wi=1", imageAlt: "Chow Mein noodles" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg", imageAlt: "Chow Mein detail" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg?_wi=2", imageAlt: "Chow Mein detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg", imageAlt: "Close up wok style" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg?_wi=3", imageAlt: "Close up wok style" } ] }, { title: "Fried Rice", description: "Fragrant fried rice with egg, vegetables, and your choice of protein. Light and satisfying.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-glass-noodles-with-eggs-put-plate-red-white-cloth_1150-25833.jpg", imageAlt: "Fried rice bowl" + imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-glass-noodles-with-eggs-put-plate-red-white-cloth_1150-25833.jpg?_wi=1", imageAlt: "Fried rice bowl" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-glass-noodles-with-eggs-put-plate-red-white-cloth_1150-25833.jpg", imageAlt: "Fried rice detail" + imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-glass-noodles-with-eggs-put-plate-red-white-cloth_1150-25833.jpg?_wi=2", imageAlt: "Fried rice detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-glass-noodles-with-eggs-put-plate-red-white-cloth_1150-25833.jpg", imageAlt: "Fried rice plated" + imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-glass-noodles-with-eggs-put-plate-red-white-cloth_1150-25833.jpg?_wi=3", imageAlt: "Fried rice plated" } ] }