diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a045107..1d21979 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -63,7 +63,7 @@ export default function MenuPage() { tagIcon={Beef} products={[ { - id: "b1", name: "Classic Cheeseburger", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg", imageAlt: "Classic cheeseburger" + id: "b1", name: "Classic Cheeseburger", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg?_wi=1", imageAlt: "Classic cheeseburger" }, { id: "b2", name: "Baconator Burger", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-bacon-cheese_23-2148247921.jpg", imageAlt: "Baconator burger" @@ -96,19 +96,19 @@ export default function MenuPage() { tagIcon={Utensils} products={[ { - id: "c1", name: "Crispy Chicken Sandwich", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg", imageAlt: "Crispy chicken sandwich" + id: "c1", name: "Crispy Chicken Sandwich", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=1", imageAlt: "Crispy chicken sandwich" }, { id: "c2", name: "Spicy Chicken Sandwich", price: "$7.29", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-burger-plate_23-2149591030.jpg", imageAlt: "Spicy chicken sandwich" }, { - id: "c3", name: "Chicken Nuggets (6pc)", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-925.jpg", imageAlt: "Chicken nuggets" + id: "c3", name: "Chicken Nuggets (6pc)", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-nuggets-wings-breast-with-onion-salad_114579-925.jpg?_wi=1", imageAlt: "Chicken nuggets" }, { id: "c4", name: "Grilled Chicken Wrap", price: "$6.79", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-fried-chicken-fillet-fresh-vegetables_23-2148666324.jpg", imageAlt: "Grilled chicken wrap" }, { - id: "c5", name: "Chicken Strips (3pc)", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646557.jpg", imageAlt: "Chicken strips" + id: "c5", name: "Chicken Strips (3pc)", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646557.jpg?_wi=1", imageAlt: "Chicken strips" }, { id: "c6", name: "BBQ Chicken Sandwich", price: "$7.59", imageSrc: "http://img.b2bpic.net/free-photo/view-bbq-burger-wooden-board_23-2148308731.jpg", imageAlt: "BBQ chicken sandwich" @@ -129,7 +129,7 @@ export default function MenuPage() { tagIcon={Carrot} products={[ { - id: "s1", name: "Golden French Fries (Lg)", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg", imageAlt: "Large french fries" + id: "s1", name: "Golden French Fries (Lg)", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-ketchup-lemonade_23-2148272971.jpg?_wi=1", imageAlt: "Large french fries" }, { id: "s2", name: "Onion Rings", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-appetizing-onion-rings-with-sauce_23-2148446214.jpg", imageAlt: "Onion rings" @@ -162,7 +162,7 @@ export default function MenuPage() { tagIcon={Coffee} products={[ { - id: "br1", name: "Egg & Cheese McMuffin", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg", imageAlt: "Egg & Cheese McMuffin" + id: "br1", name: "Egg & Cheese McMuffin", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1101.jpg?_wi=1", imageAlt: "Egg & Cheese McMuffin" }, { id: "br2", name: "Sausage Biscuit", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/english-muffin-sandwich-with-sausage-egg-cheese-isolated-white-background_123827-21390.jpg", imageAlt: "Sausage Biscuit" @@ -177,7 +177,7 @@ export default function MenuPage() { id: "br5", name: "Breakfast Burrito", price: "$4.79", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burrito-with-chicken-close-up-plate_23-2149591012.jpg", imageAlt: "Breakfast Burrito" }, { - id: "br6", name: "Orange Juice", price: "$2.19", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle_140725-10173.jpg", imageAlt: "Orange Juice" + id: "br6", name: "Orange Juice", price: "$2.19", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle_140725-10173.jpg?_wi=1", imageAlt: "Orange Juice" } ]} /> @@ -195,7 +195,7 @@ export default function MenuPage() { tagIcon={Cookie} products={[ { - id: "d1", name: "Chocolate McFlurry", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/swirled-frosting-texture-pink-teal-delight_23-2151988798.jpg", imageAlt: "Chocolate McFlurry" + id: "d1", name: "Chocolate McFlurry", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/swirled-frosting-texture-pink-teal-delight_23-2151988798.jpg?_wi=1", imageAlt: "Chocolate McFlurry" }, { id: "d2", name: "Apple Pie", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie_1339-1667.jpg", imageAlt: "Apple Pie" @@ -207,7 +207,7 @@ export default function MenuPage() { id: "d4", name: "Chocolate Chip Cookie", price: "$1.79", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-chip-cookies-isolated_1339-1830.jpg", imageAlt: "Chocolate Chip Cookie" }, { - id: "d5", name: "Milkshake (Chocolate)", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7853.jpg", imageAlt: "Chocolate Milkshake" + id: "d5", name: "Milkshake (Chocolate)", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7853.jpg?_wi=1", imageAlt: "Chocolate Milkshake" }, { id: "d6", name: "Vanilla Soft Serve Cone", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-pink-blue_23-2148293933.jpg", imageAlt: "Vanilla Soft Serve Cone" @@ -240,7 +240,7 @@ export default function MenuPage() { id: "dr4", name: "Iced Tea (Sweet/Unsweet)", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/iced-tea_1339-1662.jpg", imageAlt: "Iced Tea" }, { - id: "dr5", name: "Orange Juice", price: "$2.19", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle_140725-10173.jpg", imageAlt: "Orange Juice" + id: "dr5", name: "Orange Juice", price: "$2.19", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-bottle_140725-10173.jpg?_wi=2", imageAlt: "Orange Juice" }, { id: "dr6", name: "Water Bottle", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-photo/water-bottle_23-2148332190.jpg", imageAlt: "Water Bottle"