From 1919a26f807bc9bee19adb95408b0f83bd82d8dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:35:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e1e4b6..caf66f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=1", imageAlt: "Gujarati Thali", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Traditional Gujarati Thali", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=1", imageAlt: "Punjabi Thali Variety", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=1", imageAlt: "Hot Veg Sizzler", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1", imageAlt: "Sizzling Chocolate Brownie", }, ]} @@ -136,37 +136,37 @@ export default function LandingPage() { id: "p1", name: "Gujarati Thali", price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2", }, { id: "p2", name: "Punjabi Thali", price: "₹300", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=2", }, { id: "p3", name: "Veg Sizzler", price: "₹350", - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=2", }, { id: "p4", name: "Sizzling Brownie", price: "₹200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2", }, { id: "p5", name: "Paneer Tikka", price: "₹280", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=3", }, { id: "p6", name: "Dal Makhani", price: "₹220", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=3", }, ]} title="Popular Dishes" @@ -230,7 +230,7 @@ export default function LandingPage() { required: false, }} buttonText="Book Table" - imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=2" /> -- 2.49.1