diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index faa4488..428b410 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -45,7 +45,7 @@ export default function MenuPage() { animationType="slide-up" products={[ { - id: "1", name: "Two Eggs with Hash Browns", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-breakfast-plates_23-2147666286.jpg", imageAlt: "Two eggs any style with crispy hash browns and toast" + id: "1", name: "Two Eggs with Hash Browns", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-breakfast-plates_23-2147666286.jpg?_wi=2", imageAlt: "Two eggs any style with crispy hash browns and toast" }, { id: "2", name: "Pancake Stack", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-berries_23-2150165726.jpg", imageAlt: "Stack of fluffy pancakes with maple syrup and butter" @@ -77,7 +77,7 @@ export default function MenuPage() { animationType="slide-up" products={[ { - id: "1", name: "Chicken Fried Steak", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-peppers-sauce_1339-5836.jpg", imageAlt: "Golden crispy steak with rich country gravy, served with 2 eggs, hashbrowns and toast" + id: "1", name: "Chicken Fried Steak", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-peppers-sauce_1339-5836.jpg?_wi=2", imageAlt: "Golden crispy steak with rich country gravy, served with 2 eggs, hashbrowns and toast" }, { id: "2", name: "Meatloaf with Mashed Potatoes", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/meatloaf-mashed-potatoes-gravy_23-2150165729.jpg", imageAlt: "Homemade meatloaf with creamy mashed potatoes and vegetables" @@ -109,7 +109,7 @@ export default function MenuPage() { animationType="slide-up" products={[ { - id: "1", name: "Fresh Cornbread", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-dish_23-2150165725.jpg", imageAlt: "Warm, buttery cornbread baked fresh in-house" + id: "1", name: "Fresh Cornbread", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-dish_23-2150165725.jpg?_wi=2", imageAlt: "Warm, buttery cornbread baked fresh in-house" }, { id: "2", name: "Green Beans", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-beans-plate_23-2150165734.jpg", imageAlt: "Tender seasoned green beans" @@ -121,7 +121,7 @@ export default function MenuPage() { id: "4", name: "Fresh Lemonade", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lemonade-pitcher_23-2150165736.jpg", imageAlt: "Fresh squeezed lemonade" }, { - id: "5", name: "Hot Coffee", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832332.jpg", imageAlt: "Fresh steaming coffee every morning" + id: "5", name: "Hot Coffee", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-cookies_23-2148832332.jpg?_wi=2", imageAlt: "Fresh steaming coffee every morning" }, { id: "6", name: "Homemade Pie", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pie-slice_23-2150165737.jpg", imageAlt: "Seasonal homemade pie served with ice cream" @@ -135,7 +135,7 @@ export default function MenuPage() {