diff --git a/src/app/page.tsx b/src/app/page.tsx index d51f836..1653c43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { "Udon", "Rice", ], - imageSrc: "http://img.b2bpic.net/free-photo/colorful-chicken-vegetable-stir-fry-rice-bowl_84443-85834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-chicken-vegetable-stir-fry-rice-bowl_84443-85834.jpg?_wi=1", }, { id: "2", @@ -86,7 +86,7 @@ export default function LandingPage() { "Beef", "Tofu", ], - imageSrc: "http://img.b2bpic.net/free-photo/udon-wok-noodle-with-vegetables-meats-colored-backdrop_23-2148123622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/udon-wok-noodle-with-vegetables-meats-colored-backdrop_23-2148123622.jpg?_wi=1", }, { id: "3", @@ -97,7 +97,7 @@ export default function LandingPage() { "Chili", "Oyster", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150854015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150854015.jpg?_wi=1", }, ]} title="Build Your Bowl" @@ -116,7 +116,7 @@ export default function LandingPage() { id: "p1", name: "Korean BBQ Noodles", price: "£12.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150854015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150854015.jpg?_wi=2", }, { id: "p2", @@ -140,13 +140,13 @@ export default function LandingPage() { id: "p5", name: "Special Stir Fry", price: "£13.00", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-chicken-vegetable-stir-fry-rice-bowl_84443-85834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-chicken-vegetable-stir-fry-rice-bowl_84443-85834.jpg?_wi=2", }, { id: "p6", name: "Custom Wok Bowl", price: "£10.95", - imageSrc: "http://img.b2bpic.net/free-photo/udon-wok-noodle-with-vegetables-meats-colored-backdrop_23-2148123622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/udon-wok-noodle-with-vegetables-meats-colored-backdrop_23-2148123622.jpg?_wi=2", }, ]} title="Featured Dishes"