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-22 06:12:52 +00:00

View File

@@ -69,13 +69,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Chicken Momos", description: "10/10 comfort. Perfectly pleated, tender, and bursting with flavor. The dish that started it all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", imageAlt: "Chicken Momos - signature dish"
title: "Chicken Momos", description: "10/10 comfort. Perfectly pleated, tender, and bursting with flavor. The dish that started it all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg?_wi=1", imageAlt: "Chicken Momos - signature dish"
},
{
title: "Chowmein", description: "Irresistibly rich & flavorful. Wok-tossed to perfection with the finest spices and ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Chowmein - best in the city"
title: "Chowmein", description: "Irresistibly rich & flavorful. Wok-tossed to perfection with the finest spices and ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg?_wi=1", imageAlt: "Chowmein - best in the city"
},
{
title: "Pork Fried Rice", description: "Best in the city. Fluffy grains, premium pork, and a balance of flavors that keeps customers returning.", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg", imageAlt: "Pork Fried Rice - premium quality"
title: "Pork Fried Rice", description: "Best in the city. Fluffy grains, premium pork, and a balance of flavors that keeps customers returning.", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=1", imageAlt: "Pork Fried Rice - premium quality"
}
]}
/>
@@ -129,13 +129,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "momos-chicken", name: "Chicken Momos", price: "₹180", variant: "Steamed / Fried", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", imageAlt: "Chicken Momos"
id: "momos-chicken", name: "Chicken Momos", price: "₹180", variant: "Steamed / Fried", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg?_wi=2", imageAlt: "Chicken Momos"
},
{
id: "chowmein-classic", name: "Chowmein", price: "₹150", variant: "Classic Recipe", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Chowmein Classic"
id: "chowmein-classic", name: "Chowmein", price: "₹150", variant: "Classic Recipe", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg?_wi=2", imageAlt: "Chowmein Classic"
},
{
id: "fried-rice-pork", name: "Pork Fried Rice", price: "₹200", variant: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg", imageAlt: "Pork Fried Rice"
id: "fried-rice-pork", name: "Pork Fried Rice", price: "₹200", variant: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=2", imageAlt: "Pork Fried Rice"
},
{
id: "rolls-chicken", name: "Chicken Rolls", price: "₹120", variant: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-high-view_23-2148651103.jpg", imageAlt: "Chicken Rolls"
@@ -144,7 +144,7 @@ export default function LandingPage() {
id: "fried-rice-veg", name: "Vegetable Fried Rice", price: "₹130", variant: "Fresh Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-mushroom-lentil-soups-salads-chicken-with-french-fries-rice_140725-7829.jpg", imageAlt: "Vegetable Fried Rice"
},
{
id: "chowmein-veg", name: "Vegetable Chowmein", price: "₹140", variant: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Vegetable Chowmein"
id: "chowmein-veg", name: "Vegetable Chowmein", price: "₹140", variant: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg?_wi=3", imageAlt: "Vegetable Chowmein"
}
]}
/>