Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 10:18:09 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "View Menu", href: "#menu" },
{ text: "Contact Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg?_wi=1"
imageAlt="Sushi House Platter"
/>
</div>
@@ -71,7 +71,7 @@ export default function LandingPage() {
description="From traditional nigiri to inventive signature rolls, explore our curated selection."
products={[
{ id: "1", name: "Signature Dragon Roll", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-set-wooden-table_23-2148785641.jpg" },
{ id: "2", name: "Fresh Salmon Nigiri", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg" },
{ id: "2", name: "Fresh Salmon Nigiri", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sushi-rolls-with-wasabi-ginger-plate_140725-5654.jpg?_wi=2" },
{ id: "3", name: "Spicy Tuna Volcano", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/spicy-tuna-roll-served-on-plate_141793-1870.jpg" },
{ id: "4", name: "Classic California", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-isolated_74190-2901.jpg" },
]}