From 9fce0cfd803e8db19397c837b3e257eb9dfebec7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:07:46 +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 e4d4c36..df4c13f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@arjun_m", testimonial: "The Mutton Lucknowi is absolutely divine. A must-visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@priya_shah", testimonial: "Best biryani in Ahmedabad. Authentic and flavorful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@rohan_p", testimonial: "Excellent service and an even better atmosphere.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sita_iyer", testimonial: "The chicken tikka is always perfectly cooked and tender.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@vikram_s", testimonial: "A truly regal experience, every dish tells a story.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-mushrooms-with-seasonings-grey-background_140725-76917.jpg", @@ -143,7 +143,7 @@ export default function LandingPage() { description="Daawat E Khaas brings you the royal taste of Mughlai history mixed with North Indian zest. Every recipe is a curated masterpiece from our chefs." subdescription="Located in Vijay Char Rasta, we take pride in our authentic French-window setting and top-tier hospitality." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -160,21 +160,21 @@ export default function LandingPage() { name: "Chicken Tikka Masala", price: "₹450", variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg?_wi=2", }, { id: "p2", name: "Mutton Dum Biryani", price: "₹550", variant: "Chef Special", - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=2", }, { id: "p3", name: "Chicken Tandoori", price: "₹400", variant: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg?_wi=2", }, { id: "p4", -- 2.49.1