Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 04:23:39 +00:00

View File

@@ -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",
},
]}