Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 16:53:48 +00:00

View File

@@ -85,29 +85,29 @@ export default function LandingPage() {
{
title: "Thakali Khana Set", description: "Our signature meal featuring black lentil dal, steamed rice, fresh saag, pickles, and seasonal vegetables. A complete, satisfying traditional feast.", icon: Utensils,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Thakali Khana Set" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Close-up of traditional platter" }
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Thakali Khana Set" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2", imageAlt: "Close-up of traditional platter" }
]
},
{
title: "Nepali Momo", description: "Steamed or fried dumplings filled with seasoned meat and vegetables. A beloved Nepali favorite, perfect as an appetizer or main course.", icon: Soup,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-glass-red-wine_140725-9550.jpg", imageAlt: "Nepali Momo" },
{ imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-glass-red-wine_140725-9550.jpg", imageAlt: "Momo with dipping sauce" }
{ imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-glass-red-wine_140725-9550.jpg?_wi=1", imageAlt: "Nepali Momo" },
{ imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-glass-red-wine_140725-9550.jpg?_wi=2", imageAlt: "Momo with dipping sauce" }
]
},
{
title: "Chowmein", description: "Stir-fried noodles prepared with fresh vegetables and choice of protein. A quick, delicious, and satisfying dish that locals love.", icon: Flame,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-beef-vegetables-black-table_141793-1729.jpg", imageAlt: "Nepali Chowmein" },
{ imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-beef-vegetables-black-table_141793-1729.jpg", imageAlt: "Hot and fresh chowmein" }
{ imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-beef-vegetables-black-table_141793-1729.jpg?_wi=1", imageAlt: "Nepali Chowmein" },
{ imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-beef-vegetables-black-table_141793-1729.jpg?_wi=2", imageAlt: "Hot and fresh chowmein" }
]
},
{
title: "Fried Rice", description: "Fragrant rice wok-tossed with vegetables, eggs, and your choice of protein. Seasoned to perfection with traditional Nepali spices.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Fried Rice dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Golden fried rice" }
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=3", imageAlt: "Fried Rice dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=4", imageAlt: "Golden fried rice" }
]
}
]}