diff --git a/src/app/page.tsx b/src/app/page.tsx index b3d760c..3c694e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,42 +198,42 @@ export default function LandingPage() { id: "p1", name: "Prime Brisket", price: "Market", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-grilled-meat-thin-sliced-wooden-board_346278-727.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-grilled-meat-thin-sliced-wooden-board_346278-727.jpg?_wi=1", imageAlt: "Prime Brisket", }, { id: "p2", name: "Pork Ribs", price: "Market", - imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg?_wi=1", imageAlt: "Pork Ribs", }, { id: "p3", name: "BBQ Sandwich", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg?_wi=1", imageAlt: "BBQ Sandwich", }, { id: "p4", name: "Smoked Sausage", price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-grilled-meat-thin-sliced-wooden-board_346278-727.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-grilled-meat-thin-sliced-wooden-board_346278-727.jpg?_wi=2", imageAlt: "Smoked Sausage", }, { id: "p5", name: "Burnt Ends", price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg?_wi=2", imageAlt: "Burnt Ends", }, { id: "p6", name: "Pulled Pork", price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg?_wi=2", imageAlt: "Pulled Pork", }, ]}