Update src/app/menu/page.tsx

This commit is contained in:
2026-03-25 07:35:52 +00:00
parent ba939b105a
commit d45cda4205

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
price: "$28",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4318.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4318.jpg?_wi=2",
imageAlt: "Akaoni signature sushi roll",
},
{
@@ -81,7 +81,7 @@ export default function LandingPage() {
price: "$55",
rating: 5,
reviewCount: "95 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-raw-fishes-lemon-slices-greens-pepper-wooden-cutting-board-flower-blue-black-colors-table_179666-18170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-raw-fishes-lemon-slices-greens-pepper-wooden-cutting-board-flower-blue-black-colors-table_179666-18170.jpg?_wi=2",
imageAlt: "Assorted sashimi platter",
},
{
@@ -91,7 +91,7 @@ export default function LandingPage() {
price: "$90",
rating: 5,
reviewCount: "88 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen-preparing-meat_23-2149646267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen-preparing-meat_23-2149646267.jpg?_wi=2",
imageAlt: "Wagyu beef on hot stone grill",
},
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
price: "$150",
rating: 5,
reviewCount: "150 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg?_wi=4",
imageAlt: "Seasonal omakase platter",
},
]}
@@ -120,7 +120,7 @@ export default function LandingPage() {
title: "Spring Delicacies",
description: "Light and refreshing flavors, highlighting delicate spring greens and early season seafood.",
tag: "Spring",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-sushi-with-red-caviar-table_140725-1447.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-sushi-with-red-caviar-table_140725-1447.jpg?_wi=3",
imageAlt: "Spring Omakase Dish",
},
{
@@ -128,7 +128,7 @@ export default function LandingPage() {
title: "Summer Harvest",
description: "Vibrant and crisp dishes, featuring succulent summer vegetables and seafood caught from warmer waters.",
tag: "Summer",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg?_wi=5",
imageAlt: "Summer Omakase Plate",
},
{
@@ -136,7 +136,7 @@ export default function LandingPage() {
title: "Autumn Riches",
description: "Rich and earthy tones, with specialties like wild mushrooms, root vegetables, and fattier fish.",
tag: "Autumn",
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4318.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4318.jpg?_wi=3",
imageAlt: "Autumn Omakase Platter",
},
{
@@ -144,7 +144,7 @@ export default function LandingPage() {
title: "Winter Comforts",
description: "Hearty and warming dishes, emphasizing deeper flavors and ingredients that provide comfort in colder months.",
tag: "Winter",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-raw-fishes-lemon-slices-greens-pepper-wooden-cutting-board-flower-blue-black-colors-table_179666-18170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-raw-fishes-lemon-slices-greens-pepper-wooden-cutting-board-flower-blue-black-colors-table_179666-18170.jpg?_wi=3",
imageAlt: "Winter Omakase Selection",
},
]}