From 32ccc67957c3c52044e6e6a0e6a87a132d9958c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 03:30:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cc57e9..7586575 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "https://wa.me/91XXXXXXXXXX", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-cheese_140725-44342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-cheese_140725-44342.jpg?_wi=1" imageAlt="Shaffa Restaurant Atmosphere" /> @@ -81,21 +81,21 @@ export default function LandingPage() { name: "Butter Chicken", price: "₹450", variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg?_wi=1", }, { id: "m2", name: "Tandoori Platter", price: "₹650", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-different-pakistan-goodies_23-2148821568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-different-pakistan-goodies_23-2148821568.jpg?_wi=1", }, { id: "m3", name: "Garlic Naan", price: "₹90", variant: "Sides", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033986.jpg?_wi=1", }, { id: "m4", @@ -132,7 +132,7 @@ export default function LandingPage() { { title: "Slow-Cooked Dal", description: "Authentic North Indian style dal makhani, cooked for 12 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-inside-round-plate-dark-blue-desk_140725-50602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-inside-round-plate-dark-blue-desk_140725-50602.jpg?_wi=1", }, { title: "Fresh Ingredients", @@ -188,7 +188,7 @@ export default function LandingPage() { quote: "The best North Indian food I've had in Sec 26B.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068470.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-cheese_140725-44342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-cheese_140725-44342.jpg?_wi=2", imageAlt: "family dining in restaurant", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { quote: "Perfect atmosphere for a couple's date night.", tag: "Couples", avatarSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg?_wi=2", imageAlt: "family dining in restaurant", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { quote: "My family loved the butter chicken and the ambiance.", tag: "Families", avatarSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-different-pakistan-goodies_23-2148821568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-different-pakistan-goodies_23-2148821568.jpg?_wi=2", imageAlt: "family dining in restaurant", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { quote: "The spices were just right. Highly recommend.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033986.jpg?_wi=2", imageAlt: "family dining in restaurant", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { quote: "Staff was welcoming, service was fast.", tag: "Families", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-inside-round-plate-dark-blue-desk_140725-50602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-inside-round-plate-dark-blue-desk_140725-50602.jpg?_wi=2", imageAlt: "family dining in restaurant", }, ]} -- 2.49.1