diff --git a/src/app/page.tsx b/src/app/page.tsx index cd8c4f9..fa32517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { title: "Zen Ambience", description: "A refined space designed for pure dining comfort.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg", imageAlt: "Interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg?_wi=1", imageAlt: "Interior"}, { imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4214.jpg", imageAlt: "Zen"}, ] @@ -140,7 +140,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Sushi", name: "Omakase Nigiri", price: "$65", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sushi-set_1339-3631.jpg?_wi=2"}, { id: "2", brand: "Roll", name: "Iwa Special Roll", price: "$22", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg"},