Update src/app/menu/restaurant/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function RestaurantMenuPage() {
|
||||
name: "World-Famous Marinara Pizza",
|
||||
price: "$29/$35",
|
||||
variant: "Fresh tomato, cheese, prawns, calamari, mussels & anchovies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-seafood-pizza_74190-7572.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-seafood-pizza_74190-7572.jpg?_wi=2",
|
||||
imageAlt: "World-Famous Marinara Pizza",
|
||||
},
|
||||
{
|
||||
@@ -29,7 +29,7 @@ export default function RestaurantMenuPage() {
|
||||
name: "Duck Confit Ravioli",
|
||||
price: "$35",
|
||||
variant: "Duck ravioli with mushroom marsala ragu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460140.jpg?_wi=3",
|
||||
imageAlt: "Duck Confit Ravioli",
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@ export default function RestaurantMenuPage() {
|
||||
name: "Chilli Garlic Prawns",
|
||||
price: "$42",
|
||||
variant: "Pan-fried prawns, chilli, garlic, lemon, basil & fregola",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-plate_23-2148393737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-plate_23-2148393737.jpg?_wi=3",
|
||||
imageAlt: "Chilli Garlic Prawns",
|
||||
},
|
||||
{
|
||||
@@ -45,7 +45,7 @@ export default function RestaurantMenuPage() {
|
||||
name: "Spaghetti Marinara (GF)",
|
||||
price: "$41",
|
||||
variant: "Fresh seafood, garlic, basil & white wine in Napolitana sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-1956.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-1956.jpg?_wi=3",
|
||||
imageAlt: "Spaghetti Marinara",
|
||||
},
|
||||
{
|
||||
@@ -53,7 +53,7 @@ export default function RestaurantMenuPage() {
|
||||
name: "Eye Fillet 280g",
|
||||
price: "$48",
|
||||
variant: "Thomas Farms Angus Pure, sautéed spinach & demi glaze",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg?_wi=3",
|
||||
imageAlt: "Eye Fillet",
|
||||
},
|
||||
{
|
||||
@@ -61,7 +61,7 @@ export default function RestaurantMenuPage() {
|
||||
name: "Carciofi Dip (VEG)",
|
||||
price: "$18",
|
||||
variant: "Warmed artichoke dip with crusty grilled bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg?_wi=3",
|
||||
imageAlt: "Carciofi Dip",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user