From 6c64a62f9b9ec1413d7bc0e903614806cdbd3d67 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 11:31:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ab7e86..49e592a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg?_wi=1", imageAlt: "Indo-Chinese dining atmosphere", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { imageAlt: "Flavorful food", }, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks_23-2150606750.jpg?_wi=2", imageAlt: "chicken manchurian platter close-up", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { imageAlt: "Restaurant ambiance", }, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg?_wi=1", imageAlt: "chicken manchurian platter close-up", }, ]} @@ -222,7 +222,7 @@ export default function LandingPage() { id: "3", name: "Chili Paneer", price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg?_wi=2", }, { id: "4", -- 2.49.1