From c72196686b0276bbbac9132f7248dbdf6379f379 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:54:23 +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 c8e6963..5223987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751958.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751958.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -108,25 +108,25 @@ export default function LandingPage() { id: "m1", name: "Steamed Chicken Momos", price: " ", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-dumplings-plate-top-view_23-2148249206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-dumplings-plate-top-view_23-2148249206.jpg?_wi=1", }, { id: "m2", name: "Schezwan Fried Momos", price: " ", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=1", }, { id: "m3", name: "Steamed Veg Momos", price: " ", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035105.jpg?_wi=1", }, { id: "m4", name: "Paneer Tandoori Momos", price: " ", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg?_wi=1", }, { id: "m5", @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "Best momos in town, truly authentic flavors!", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-seaweed-snacks_23-2150872521.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751958.jpg?_wi=2", imageAlt: "happy chinese food customer portrait", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "The steamed momos are always fresh and juicy.", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-dumplings-plate-top-view_23-2148249206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-dumplings-plate-top-view_23-2148249206.jpg?_wi=2", imageAlt: "happy chinese food customer portrait", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "Sophisticated atmosphere and high quality ingredients.", tag: "Sophisticated", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-sambal-dish-arrangement-with-copy-space_23-2149076076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=2", imageAlt: "happy chinese food customer portrait", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Loved the schezwan sauce. Perfect kick!", tag: "Spicy", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187193.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035105.jpg?_wi=2", imageAlt: "happy chinese food customer portrait", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "The platter is a must-try for everyone.", tag: "Must-try", avatarSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552674.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg?_wi=2", imageAlt: "happy chinese food customer portrait", }, ]} -- 2.49.1