diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 8e93c11..c0b4f8a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -68,42 +68,42 @@ export default function LandingPage() { id: "1", name: "Chicken Fried Steak", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-homemade-fried-potatoes-sauces_140725-2239.jpg?_wi=1", imageAlt: "crispy chicken fried steak with gravy", }, { id: "2", name: "Double Decker Club", price: "$12.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwich-with-olive-ham-tomatoes-vegetables-inside-plate-with-french-fries-wooden-sandwich-food-snack-breakfast-photo_140725-20920.jpg?_wi=1", imageAlt: "tall double decker club sandwich with fries", }, { id: "3", name: "Philly Cheesesteak", price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-choripan-argentina-sandwich-with-chorizo-chimichurri-sauce-black-slate-background_123827-29877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-choripan-argentina-sandwich-with-chorizo-chimichurri-sauce-black-slate-background_123827-29877.jpg?_wi=1", imageAlt: "philly cheesesteak sandwich with melted cheese", }, { id: "4", name: "Crispy Fried Chicken", price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken-box_123827-22210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-kentucky-fried-chicken-box_123827-22210.jpg?_wi=1", imageAlt: "golden brown crispy fried chicken drumsticks", }, { id: "5", name: "Homemade Onion Rings", price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187944.jpg?_wi=1", imageAlt: "pile of crispy onion rings with ranch dip", }, { id: "6", name: "Creamy Banana Pudding", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-with-plantain-banana_23-2151127828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-with-plantain-banana_23-2151127828.jpg?_wi=1", imageAlt: "dessert bowl of creamy banana pudding", }, ]} @@ -136,7 +136,7 @@ export default function LandingPage() { "Lunch", "Burger", ], - imageSrc: "http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/background-delicious-burger-hand-drawn-style_23-2147624763.jpg?_wi=2", imageAlt: "gourmet mushroom swiss burger", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { "Light Fare", "Seasonal", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-plate-with-wine_23-2147716927.jpg?_wi=2", imageAlt: "vibrant berry salad with vinaigrette", }, ]} @@ -168,7 +168,7 @@ export default function LandingPage() { name: "John D.", role: "Local Foodie", testimonial: "Mutt & Jeff's is a true culinary treasure. Every dish feels like it's made with love. The Chicken Fried Steak is a must-try!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-cheese_23-2150062643.jpg?_wi=1", imageAlt: "avatar of John D.", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { name: "Sarah L.", role: "Regular Guest", testimonial: "The Double Decker Club is my absolute favorite. Portions are generous and the service is always so friendly.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-cup-coffee_23-2148953567.jpg?_wi=1", imageAlt: "avatar of Sarah L.", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { name: "Michael P.", role: "Happy Customer", testimonial: "You can taste the homemade quality in every bite. Their Fried Chicken is perfectly crispy and juicy.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-happy-andpositive-pointing-with-index-fingers-standing-purple-wall_141793-82234.jpg?_wi=1", imageAlt: "avatar of Michael P.", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Emily R.", role: "Dessert Lover", testimonial: "I always save room for the Banana Pudding. It's the best I've ever had, just like grandma used to make!", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg?_wi=1", imageAlt: "avatar of Emily R.", }, ]}