From 4b8849ebc92efc32d452798d92ea8f2e96526e39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:06:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58221ba..ff2f655 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,13 +151,13 @@ export default function LandingPage() { id: "1", name: "English Breakfast", price: "₹450", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-plate-with-eggs-pancakes_23-2148297952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-plate-with-eggs-pancakes_23-2148297952.jpg?_wi=1", }, { id: "2", name: "Chicken Club Sandwich", price: "₹380", - imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-1842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-1842.jpg?_wi=1", }, { id: "3", @@ -201,7 +201,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Lovely breakfast spot with classy ambiance!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1", }, { id: "2", @@ -233,7 +233,7 @@ export default function LandingPage() { handle: "@anjali", testimonial: "Such a cozy vibe, will definitely return.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2", }, ]} showRating={true} @@ -275,7 +275,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-enjoying-exotic-place-joyful-tanned-lady-standing-near-palm-trees-smiling_197531-21118.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-plate-with-eggs-pancakes_23-2148297952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-plate-with-eggs-pancakes_23-2148297952.jpg?_wi=2", imageAlt: "delicious english breakfast plating", }, { @@ -290,7 +290,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-lipstick-food-purple-flower-wooden-table-photo-big-plate-with-tasty-salad-beans-standing-beside-glass-smoothie_291049-1809.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-1842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches_74190-1842.jpg?_wi=2", imageAlt: "fresh chicken club sandwich gourmet", }, ]} -- 2.49.1