From 21b4a13e6a3128da87658a01112c110ab8d3c450 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:24:48 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 59eda90..e3e63d4 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -116,7 +116,7 @@ export default function MenuPage() { ] }, { - title: "Exclusive Selection", description: "Limited edition and collector's items for the discerning palate", bensoComponent: "icon-info-cards", items: [ + title: "Exclusive Selection", description: "Limited edition and collector's items for the discerning palate", bentoComponent: "icon-info-cards", items: [ { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1", imageAlt: "Vintage Champagne" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1", imageAlt: "Dessert Wine Selection" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1", imageAlt: "Rare Burgundy" } -- 2.49.1