From fdb96d8f54672bfc429fa7a6ed8b56f6196d904c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:58:25 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c67bd9c..ab08651 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { id: "1", name: "Chicken Momos", price: "Ask on WA", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=2", }, { id: "2", -- 2.49.1 From cbd98248c928a711aadf815b5fce9235f206f79f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:58:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a197441..fd42786 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { href: "/menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -151,7 +151,7 @@ export default function LandingPage() { tags: [ "Premium Quality", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=1", imageAlt: "restaurant kitchen", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { tags: [ "Wah Cantt", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2", imageAlt: "restaurant kitchen", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { tags: [ "Safe", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=1", imageAlt: "restaurant kitchen", }, ]} @@ -230,7 +230,7 @@ export default function LandingPage() { tag="Get in touch" title="Order Directly on WhatsApp" description="Click below to chat with our kitchen manager and place your order." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1