From f95a998ac7e57955495ea305de35348ef130a6f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 06:27:21 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 509c4ab..8223f1f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -121,7 +121,7 @@ export default function LandingPage() { content: "Our menu includes a wide range of delicious vegetarian dishes. We also have vegan-friendly options; please inform our staff about your preferences.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg?_wi=3" imageAlt="Delicious Dum Biryani" mediaAnimation="slide-up" mediaPosition="left" From 641bfffb680860dae4fc44c46b6f02c6758ccf97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 06:27:22 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 15079d1..ca945a0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { id: "1", name: "Hyderabadi Chicken Biryani", price: "₹320", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg?_wi=2", imageAlt: "Authentic Chicken Biryani", initialQuantity: 1, }, @@ -71,7 +71,7 @@ export default function LandingPage() { id: "2", name: "Paneer Butter Masala", price: "₹280", - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg?_wi=2", imageAlt: "Creamy Paneer Butter Masala", initialQuantity: 1, }, @@ -79,7 +79,7 @@ export default function LandingPage() { id: "3", name: "Mushroom Biryani", price: "₹290", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg?_wi=2", imageAlt: "Flavorful Mushroom Biryani", initialQuantity: 1, }, @@ -87,7 +87,7 @@ export default function LandingPage() { id: "4", name: "Dum Chicken Biryani", price: "₹340", - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg?_wi=2", imageAlt: "Slow-cooked Dum Chicken Biryani", initialQuantity: 1, }, @@ -95,7 +95,7 @@ export default function LandingPage() { id: "5", name: "Aloo Paratha", price: "₹120", - imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg?_wi=2", imageAlt: "Delicious Aloo Paratha", initialQuantity: 1, }, @@ -103,7 +103,7 @@ export default function LandingPage() { id: "6", name: "Paneer 65", price: "₹260", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg?_wi=2", imageAlt: "Spicy Paneer 65 starter", initialQuantity: 1, }, From 093b3d747837f0aebbe13c4086607222a9931903 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 06:27:22 +0000 Subject: [PATCH 3/3] 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 9c91a1b..286ac06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,10 +78,10 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg?_wi=2", }, ]} mediaAnimation="slide-up" @@ -104,7 +104,7 @@ export default function LandingPage() { price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg?_wi=1", imageAlt: "Chicken Biryani", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg?_wi=1", imageAlt: "Mushroom Biryani", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { price: "₹220-₹380", rating: 4.6, reviewCount: "1.2K Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg?_wi=1", imageAlt: "Paneer Butter Masala", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { price: "₹180-₹300", rating: 4.3, reviewCount: "850 Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg?_wi=1", imageAlt: "Paneer 65", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { price: "₹100-₹180", rating: 4, reviewCount: "700 Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg?_wi=1", imageAlt: "Aloo Paratha", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { price: "₹280-₹450", rating: 4.7, reviewCount: "1.8K Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg?_wi=1", imageAlt: "Dum Chicken Biryani", }, ]}