From d1faf700e8c54deb62ce3abfc27d90c712d2bd63 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:51:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aae6eba..ab94b96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ] } ]} -- 2.49.1