Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:34:34 +00:00
parent c59aeb1266
commit 4ba7a14b01

View File

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