From 4cdd67ee89870669506c5b0c690967505f8e7058 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:34:34 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a9749ac..e213984 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -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, },