Update src/app/page.tsx

This commit is contained in:
2026-04-06 21:46:27 +00:00
parent 38bef3c33c
commit ffe6a89979

View File

@@ -145,19 +145,19 @@ export default function LandingPage() {
id: "1",
name: "Spicy Tuna Roll",
price: "$10.79",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-sushi-plate-table_23-2147901584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-sushi-plate-table_23-2147901584.jpg?_wi=1",
},
{
id: "2",
name: "Crunch California Roll",
price: "$9.59",
imageSrc: "http://img.b2bpic.net/free-photo/maki-with-salmon-crab-cream-cheese-rice-cucumber-ginger-wasabi-top-view_141793-4476.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/maki-with-salmon-crab-cream-cheese-rice-cucumber-ginger-wasabi-top-view_141793-4476.jpg?_wi=1",
},
{
id: "3",
name: "Tempura Shrimp Roll",
price: "$10.79",
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-204.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-204.jpg?_wi=1",
},
{
id: "4",
@@ -207,7 +207,7 @@ export default function LandingPage() {
quote: "They also have a good small selection of imported Japanese beers.",
tag: "Review",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-learning-make-sushi_23-2151202946.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-sushi-goodies_23-2148930386.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-sushi-goodies_23-2148930386.jpg?_wi=1",
imageAlt: "modern japanese restaurant interior",
},
{
@@ -218,7 +218,7 @@ export default function LandingPage() {
quote: "Very good, & I don't write that very often, excellent food, service & decor.",
tag: "Review",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-sushi-studio_1157-18345.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-sushi-plate-table_23-2147901584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-sushi-plate-table_23-2147901584.jpg?_wi=2",
imageAlt: "fresh spicy tuna sushi roll",
},
{
@@ -229,7 +229,7 @@ export default function LandingPage() {
quote: "Always consistent, high-quality sushi rolls. One of my favorites in the area.",
tag: "Review",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-eating-sushi_107420-65726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/maki-with-salmon-crab-cream-cheese-rice-cucumber-ginger-wasabi-top-view_141793-4476.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/maki-with-salmon-crab-cream-cheese-rice-cucumber-ginger-wasabi-top-view_141793-4476.jpg?_wi=2",
imageAlt: "california sushi roll with avocado",
},
{
@@ -240,7 +240,7 @@ export default function LandingPage() {
quote: "Staff is so welcoming and the fish is incredibly fresh every time.",
tag: "Review",
avatarSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244676.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-204.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-204.jpg?_wi=2",
imageAlt: "tempura shrimp sushi roll platter",
},
]}
@@ -285,7 +285,7 @@ export default function LandingPage() {
tag="Contact"
title="Visit Us Today"
description="Stop by for authentic Japanese sushi or reach out with any questions."
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-assortment-sushi-goodies_23-2148930386.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-assortment-sushi-goodies_23-2148930386.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>