Update src/app/menu/page.tsx

This commit is contained in:
2026-03-09 06:09:04 +00:00
parent a5c061a4ec
commit 2ee85c11d0

View File

@@ -86,7 +86,7 @@ export default function MenuPage() {
tagIcon={ChefHat}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=2"
imageAlt="Elegant menu showcase at Garten Restaurant"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -114,21 +114,21 @@ export default function MenuPage() {
id: "1",
name: "Burrata & Heirloom Tomatoes",
price: "18,000 UZS",
imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg?_wi=2",
imageAlt: "Fresh burrata with colorful heirloom tomatoes",
},
{
id: "2",
name: "Foie Gras Terrine",
price: "22,000 UZS",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg?_wi=2",
imageAlt: "Silky foie gras terrine with brioche",
},
{
id: "3",
name: "Wild Mushroom Soup",
price: "14,000 UZS",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg?_wi=2",
imageAlt: "Creamy wild mushroom soup with truffle oil",
},
]}
@@ -151,21 +151,21 @@ export default function MenuPage() {
id: "1",
name: "Wagyu Beef Steak",
price: "65,000 UZS",
imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg?_wi=3",
imageAlt: "Premium wagyu beef grilled to perfection",
},
{
id: "2",
name: "Atlantic Lobster",
price: "58,000 UZS",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg?_wi=3",
imageAlt: "Fresh Atlantic lobster with champagne sauce",
},
{
id: "3",
name: "Duck Confit",
price: "48,000 UZS",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-mint-side-view_141793-2367.jpg?_wi=3",
imageAlt: "Tender duck confit with seasonal vegetables",
},
]}