diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 3870011..beb3f8b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -40,7 +40,7 @@ export default function MenuPage() { price: '$18.00', rating: 5, reviewCount: '1.2k', - imageSrc: 'https://img.b2bpic.net/free-photo/top-view-sliced-margherita-pizza-topped-with-rocket_141793-2185.jpg?_wi=2', + imageSrc: 'https://img.b2bpic.net/free-photo/top-view-sliced-margherita-pizza-topped-with-rocket_141793-2185.jpg', imageAlt: 'Delicious Pizza Margherita', }, { @@ -50,7 +50,7 @@ export default function MenuPage() { price: '$22.00', rating: 5, reviewCount: '980', - imageSrc: 'https://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg?_wi=2', + imageSrc: 'https://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg', imageAlt: 'Creamy Spaghetti Carbonara', }, { @@ -60,7 +60,7 @@ export default function MenuPage() { price: '$10.00', rating: 5, reviewCount: '750', - imageSrc: 'https://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg?_wi=2', + imageSrc: 'https://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg', imageAlt: 'Classic Tiramisu dessert', }, { @@ -70,7 +70,7 @@ export default function MenuPage() { price: '$24.00', rating: 5, reviewCount: '620', - imageSrc: 'https://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg?_wi=2', + imageSrc: 'https://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg', imageAlt: 'Hearty Italian Lasagna', }, ]} @@ -92,7 +92,7 @@ export default function MenuPage() { price: '$21.00', rating: 5, reviewCount: '850', - imageSrc: 'https://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg?_wi=3', + imageSrc: 'https://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg', imageAlt: 'Creamy Fettuccine Alfredo', }, { @@ -102,7 +102,7 @@ export default function MenuPage() { price: '$9.00', rating: 5, reviewCount: '550', - imageSrc: 'https://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg?_wi=3', + imageSrc: 'https://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg', imageAlt: 'Silky Panna Cotta', }, ]}