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" } ] } ]}