From 53053f70fa1fdbc28adfc15ad18494f1c1b04f9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:23:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2aaa48..2e64f5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,49 +63,49 @@ export default function LandingPage() { imageAlt: "Orange Chicken Dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg?_wi=1", imageAlt: "Orange Chicken Combo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=1", imageAlt: "Chow Mein Plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg?_wi=1", imageAlt: "BBQ Pork Fried Rice", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg?_wi=2", imageAlt: "Chicken Teriyaki Bowl", }, { - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=2", imageAlt: "Fresh Chinese Staples", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg?_wi=2", imageAlt: "Fried Rice Specialty", }, { - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=3", imageAlt: "Stir Fry Noodles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg?_wi=3", imageAlt: "Savory Chicken Plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg?_wi=3", imageAlt: "Lunch Special Combo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=4", imageAlt: "Takeout Ready", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg?_wi=4", imageAlt: "Fresh Ingredients", }, ]} @@ -175,19 +175,19 @@ export default function LandingPage() { { title: "Orange Chicken & Fried Rice", description: "Our signature dish, featuring perfectly crispy chicken in a tangy sauce served with aromatic fried rice.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-with-chopsticks-top-view_23-2148242634.jpg?_wi=5", imageAlt: "Orange Chicken", }, { title: "Sweet & Sour Chicken Chow Mein", description: "Classic combination of tangy chicken, crispy vegetables, and savory stir-fried chow mein noodles.", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=5", imageAlt: "Sweet and Sour Chicken", }, { title: "BBQ Pork Fried Rice", description: "Fragrant fried rice tossed with BBQ pork, eggs, and garden-fresh vegetables for a perfect savory bite.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-raw-egg-yolk-chili_84443-85707.jpg?_wi=4", imageAlt: "BBQ Pork Fried Rice", }, ]} -- 2.49.1