diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b86157..a9d9c1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,25 +99,25 @@ export default function LandingPage() { id: "p1", name: "Classic Burger", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg?_wi=1", }, { id: "p2", name: "Philly Cheese Steak", price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg?_wi=2", }, { id: "p3", name: "Asian Fusion Plate", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=1", }, { id: "p4", name: "Italian Signature Pasta", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=2", }, { id: "p5", @@ -129,7 +129,7 @@ export default function LandingPage() { id: "p6", name: "Seasonal Special", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=3", }, ]} title="Fan Favorites"