diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 5c622b9..7b0d9ac 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { name: "Classic Latte", price: "$4.50", variant: "Dairy/Oat Milk", - imageSrc: "http://img.b2bpic.net/free-vector/types-coffee-collection_23-2148560239.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/types-coffee-collection_23-2148560239.jpg?_wi=2", imageAlt: "creamy latte coffee cup", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { name: "Foamy Cappuccino", price: "$4.75", variant: "Dairy/Almond Milk", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg?_wi=2", imageAlt: "fluffy cappuccino coffee cup", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { name: "Bold Americano", price: "$3.75", variant: "Single/Double Shot", - imageSrc: "http://img.b2bpic.net/free-photo/delectable-pomegranate-juice-glass-marble-table_114579-84483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delectable-pomegranate-juice-glass-marble-table_114579-84483.jpg?_wi=2", imageAlt: "black americano coffee cup", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { name: "Flaky Croissant", price: "$3.20", variant: "Plain/Chocolate", - imageSrc: "http://img.b2bpic.net/free-photo/croissants-green-grapes-with-cup-espresso-blue-table_114579-4409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissants-green-grapes-with-cup-espresso-blue-table_114579-4409.jpg?_wi=2", imageAlt: "flaky golden croissant breakfast pastry", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { name: "Blueberry Muffin", price: "$3.50", variant: "Regular/Gluten-Free", - imageSrc: "http://img.b2bpic.net/free-photo/banana-cupcakes-mixed-with-chocolate-chip-white-plate_1150-20928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/banana-cupcakes-mixed-with-chocolate-chip-white-plate_1150-20928.jpg?_wi=2", imageAlt: "blueberry muffin breakfast pastry", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { name: "Gourmet Sandwich", price: "$8.99", variant: "Turkey/Veggie", - imageSrc: "http://img.b2bpic.net/free-psd/food-menu-poster-template_23-2148925021.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/food-menu-poster-template_23-2148925021.jpg?_wi=2", imageAlt: "gourmet chicken sandwich healthy", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { name: "Fresh Garden Salad", price: "$7.50", variant: "With Dressing/No Dressing", - imageSrc: "http://img.b2bpic.net/free-photo/female-adding-oil-into-healthy-meal-side-view_176474-5453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-adding-oil-into-healthy-meal-side-view_176474-5453.jpg?_wi=2", imageAlt: "fresh mixed green salad bowl", }, ]} @@ -145,7 +145,7 @@ export default function LandingPage() { content: "For those seeking something more substantial, our menu includes a variety of wholesome sandwiches, wraps, and salads, prepared fresh daily.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/croissants-green-grapes-with-cup-espresso-blue-table_114579-4409.jpg" + imageSrc="http://img.b2bpic.net/free-photo/croissants-green-grapes-with-cup-espresso-blue-table_114579-4409.jpg?_wi=3" imageAlt="flaky golden croissant with green grapes" mediaAnimation="blur-reveal" mediaPosition="right"