Update src/app/menu/page.tsx
This commit is contained in:
@@ -77,7 +77,7 @@ export default function MenuPage() {
|
||||
name: "Sushi & Sashimi Station",
|
||||
price: "Premium Quality",
|
||||
variant: "Fresh Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-assortment-sushi-rolls_53876-71478.jpg?_wi=3",
|
||||
imageAlt: "Premium sushi selection",
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function MenuPage() {
|
||||
name: "Seafood & Oyster Bar",
|
||||
price: "Premium Quality",
|
||||
variant: "Ice Served",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-woven-gift-basket-man-with-crayfish-lemons_132075-5870.jpg?_wi=3",
|
||||
imageAlt: "Fresh seafood",
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function MenuPage() {
|
||||
name: "Hot Grill & Steaks",
|
||||
price: "Premium Quality",
|
||||
variant: "Flame Grilled",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-rib-with-sliced-fried-vegetables-sauce_141793-1248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-rib-with-sliced-fried-vegetables-sauce_141793-1248.jpg?_wi=2",
|
||||
imageAlt: "Premium grilled steaks",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function MenuPage() {
|
||||
name: "Pasta & Italian",
|
||||
price: "Premium Quality",
|
||||
variant: "Made Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-uncooked-pasta-wooden-spoons-dark_114579-38998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-uncooked-pasta-wooden-spoons-dark_114579-38998.jpg?_wi=2",
|
||||
imageAlt: "Italian pasta dishes",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function MenuPage() {
|
||||
name: "Asian Wok Station",
|
||||
price: "Premium Quality",
|
||||
variant: "Hot & Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=3",
|
||||
imageAlt: "Asian wok dishes",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function MenuPage() {
|
||||
name: "Desserts & Crepes",
|
||||
price: "Premium Quality",
|
||||
variant: "Sweet Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-roll-cake-along-with-cranberries-fruits-pink-surface_140725-20239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-roll-cake-along-with-cranberries-fruits-pink-surface_140725-20239.jpg?_wi=2",
|
||||
imageAlt: "Gourmet desserts",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user