diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dbeedf..3647a9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg?_wi=1", imageAlt: "Interior", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { imageAlt: "Zen", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg?_wi=1", imageAlt: "fresh fish ingredient quality", }, ]} @@ -202,7 +202,7 @@ export default function LandingPage() { price: "$65", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg?_wi=2", }, { id: "2", @@ -211,7 +211,7 @@ export default function LandingPage() { price: "$22", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg?_wi=2", }, { id: "3",