diff --git a/src/app/page.tsx b/src/app/page.tsx index a44377a..eee190f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-881.jpg", imageAlt: "sushi chef preparing fresh sushi"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg", imageAlt: "gourmet bento box presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg?_wi=1", imageAlt: "gourmet bento box presentation"}, { imageSrc: "http://img.b2bpic.net/free-photo/cozy-japanese-street-scene-night_23-2152023669.jpg", imageAlt: "modern sushi bar interior design"}, { @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Deluxe Bento Box", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg"}, + id: "1", name: "Deluxe Bento Box", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-rice-bento_1387-692.jpg?_wi=2"}, { id: "2", name: "Ribeye Bowl", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2889.jpg"}, {