diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 601ffb3..40c8852 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -54,8 +54,8 @@ export default function MenuPage() { { id: "8", name: "Bagel & Cream Cheese", price: "$5", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tray_23-2148522984.jpg?_wi=3" }, { id: "9", name: "Sourdough Bread", price: "$8", variant: "Loaf", imageSrc: "http://img.b2bpic.net/free-photo/bread-table_23-2148522984.jpg" }, { id: "10", name: "Croissant", price: "$4", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/pastry-cafe_23-2148522984.jpg" }, - { id: "11", name: "Underdog Tee", price: "$25", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg" }, - { id: "12", name: "Logo Mug", price: "$15", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg" } + { id: "11", name: "Underdog Tee", price: "$25", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg?_wi=1" }, + { id: "12", name: "Logo Mug", price: "$15", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg?_wi=2" } ]} />