Update src/app/menu/page.tsx

This commit is contained in:
2026-03-07 20:34:34 +00:00
parent a68df2c9fe
commit 4cdd67ee89

View File

@@ -55,7 +55,7 @@ export default function MenuPage() {
title="Our Exquisite Menu"
description="Explore our curated collection of signature desserts, beverages, and culinary creations. Each item is meticulously crafted to deliver an unforgettable gastronomic experience that transcends ordinary dining."
tag="Culinary Artistry"
imageSrc="http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-top-view_141793-4168.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-top-view_141793-4168.jpg?_wi=1"
imageAlt="Luxury dessert plating detail"
textPosition="bottom-left"
showBlur={true}
@@ -86,7 +86,7 @@ export default function MenuPage() {
name: "Chocolate Lava Cake",
price: "$18",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148769275.jpg",
"http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148769275.jpg?_wi=2",
imageAlt: "Luxury chocolate lava cake",
initialQuantity: 1,
},
@@ -95,7 +95,7 @@ export default function MenuPage() {
name: "Strawberry Cheesecake",
price: "$16",
imageSrc:
"http://img.b2bpic.net/free-photo/small-round-cheesecake-with-strawberry-syrup-strawberry-raspberries_140725-8850.jpg",
"http://img.b2bpic.net/free-photo/small-round-cheesecake-with-strawberry-syrup-strawberry-raspberries_140725-8850.jpg?_wi=2",
imageAlt: "Premium strawberry cheesecake",
initialQuantity: 1,
},
@@ -104,7 +104,7 @@ export default function MenuPage() {
name: "Signature Cocktail",
price: "$14",
imageSrc:
"http://img.b2bpic.net/free-photo/man-holding-green-margarita_141793-17529.jpg",
"http://img.b2bpic.net/free-photo/man-holding-green-margarita_141793-17529.jpg?_wi=2",
imageAlt: "Artisan signature cocktail",
initialQuantity: 1,
},