Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 19:29:29 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/noodles-mixed-with-mushrooms-topped-with-sesame-seeds_141793-17557.jpg", imageAlt: "Chinese Fast Food Restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg", imageAlt: "Fresh Fried Rice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg", imageAlt: "Delicious Noodles" }
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg?_wi=1", imageAlt: "Fresh Fried Rice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg?_wi=1", imageAlt: "Delicious Noodles" }
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -64,29 +64,29 @@ export default function LandingPage() {
{
icon: Flame,
title: "Spicy Fried Rice", description: "Golden fried rice with eggs, vegetables, and a perfect spice blend. Quick, satisfying, and delicious.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg", imageAlt: "Spicy Fried Rice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg", imageAlt: "Side of Fresh Vegetables" }
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg?_wi=2", imageAlt: "Spicy Fried Rice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg?_wi=2", imageAlt: "Side of Fresh Vegetables" }
]
},
{
icon: Utensils,
title: "Chow Mein Noodles", description: "Tender noodles stir-fried with fresh vegetables and your choice of protein. A customer favorite served hot.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg", imageAlt: "Chow Mein Noodles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg", imageAlt: "Noodle Ingredients" }
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg?_wi=3", imageAlt: "Chow Mein Noodles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg?_wi=3", imageAlt: "Noodle Ingredients" }
]
},
{
icon: Package,
title: "Steamed Dumplings", description: "Handmade dumplings filled with pork and vegetables. Perfect as a starter or side dish.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-pickle-green-patty-pan-squash-black-plate_114579-66298.jpg", imageAlt: "Steamed Dumplings" },
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg", imageAlt: "Dumplings Presentation" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-pickle-green-patty-pan-squash-black-plate_114579-66298.jpg?_wi=1", imageAlt: "Steamed Dumplings" },
{ imageSrc: "http://img.b2bpic.net/free-photo/puffed-rice-chinese-fried-rice-uncooked-rice-with-cinnamon-sticks-white-backdrop_23-2147901790.jpg?_wi=4", imageAlt: "Dumplings Presentation" }
]
},
{
icon: Star,
title: "Sweet & Sour Chicken", description: "Crispy chicken in a tangy sauce with peppers and pineapple. A perfect balance of flavors.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg", imageAlt: "Sweet & Sour Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-pickle-green-patty-pan-squash-black-plate_114579-66298.jpg", imageAlt: "Chicken Sauce Close-up" }
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-vegetables-other-asian-food_23-2148382874.jpg?_wi=4", imageAlt: "Sweet & Sour Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-pickle-green-patty-pan-squash-black-plate_114579-66298.jpg?_wi=2", imageAlt: "Chicken Sauce Close-up" }
]
}
]}