Update src/app/menu/page.tsx

This commit is contained in:
2026-03-08 09:01:17 +00:00
parent 60f4e5413c
commit 0390cf71ce

View File

@@ -76,23 +76,23 @@ export default function MenuPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=2",
imageAlt: "Elegant appetizer presentation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-toast-appetizer-wooden-backdrop_23-2147922320.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-toast-appetizer-wooden-backdrop_23-2147922320.jpg?_wi=2",
imageAlt: "Gourmet starter selection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950224.jpg?_wi=2",
imageAlt: "Premium seafood course",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-red-currants-green-sauce-bowls-sweets_140725-71831.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-waffles-red-currants-green-sauce-bowls-sweets_140725-71831.jpg?_wi=2",
imageAlt: "Artistic dessert collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg?_wi=2",
imageAlt: "Premium meat selections",
},
]}
@@ -115,7 +115,7 @@ export default function MenuPage() {
id: "1",
name: "Oysters Rockefeller",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-toast-appetizer-wooden-backdrop_23-2147922320.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-toast-appetizer-wooden-backdrop_23-2147922320.jpg?_wi=3",
imageAlt: "Fresh oysters with herb topping",
initialQuantity: 1,
},
@@ -123,7 +123,7 @@ export default function MenuPage() {
id: "2",
name: "Shrimp Bisque",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-bowl-jam-mint-side-view_141793-4401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-bowl-jam-mint-side-view_141793-4401.jpg?_wi=2",
imageAlt: "Creamy shrimp bisque bowl",
initialQuantity: 1,
},
@@ -131,7 +131,7 @@ export default function MenuPage() {
id: "3",
name: "Escargot Bourguignon",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-chips-vegetables_140725-352.jpg?_wi=3",
imageAlt: "Escargot in garlic butter sauce",
initialQuantity: 1,
},
@@ -155,7 +155,7 @@ export default function MenuPage() {
id: "1",
name: "Filet Mignon au Poivre",
price: "$68",
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-teriyaki-sauce-with-glass-burgundy_114579-2160.jpg?_wi=3",
imageAlt: "Prime filet mignon with peppercorn crust",
initialQuantity: 1,
},
@@ -163,7 +163,7 @@ export default function MenuPage() {
id: "2",
name: "Dover Sole Meunière",
price: "$62",
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950224.jpg?_wi=3",
imageAlt: "Whole dover sole with brown butter",
initialQuantity: 1,
},
@@ -171,7 +171,7 @@ export default function MenuPage() {
id: "3",
name: "Rack of Lamb Rosemary",
price: "$58",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2",
imageAlt: "Herb-crusted lamb rack",
initialQuantity: 1,
},