From 50c30ef09da72bae928982a5335002e7c6805167 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:25:19 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e3e63d4..986514a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -117,9 +117,9 @@ export default function MenuPage() { }, { 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" } + { icon: Sparkles, label: "Vintage Champagne", value: "Premium" }, + { icon: Heart, label: "Dessert Wine Selection", value: "Sweet" }, + { icon: Flame, label: "Rare Burgundy", value: "Collector" } ] } ]} -- 2.49.1