diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2ca8df6..0375237 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -61,8 +61,8 @@ export default function MenuPage() { title="Full Menu" description="Explore our full range of beverages and food." products={[ - { id: "m1", name: "House Blend", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg" }, - { id: "m2", name: "Breakfast Sandwich", price: "$6.00", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg" }, + { id: "m1", name: "House Blend", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=2" }, + { id: "m2", name: "Breakfast Sandwich", price: "$6.00", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg?_wi=5" }, ]} />