From 2ee85c11d0ffae7cad2cb6e7ae9e24abe66b06f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:09:04 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7fa4e0a..1633540 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -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", }, ]}