From e0c18d712ae3eb4efca53b6a6fdceb12c12692da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:24:18 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 37ea5ef..59eda90 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -67,23 +67,23 @@ export default function MenuPage() { features={[ { title: "Appetizers", description: "Exquisite small plates to begin your culinary journey", bentoComponent: "icon-info-cards", items: [ - { icon: UtensilsCrossed, label: "Pan-Seared Scallops" }, - { icon: Flame, label: "Foie Gras Terrine" }, - { icon: Leaf, label: "Heirloom Vegetables" } + { icon: UtensilsCrossed, label: "Pan-Seared Scallops", value: "Starter" }, + { icon: Flame, label: "Foie Gras Terrine", value: "Appetizer" }, + { icon: Leaf, label: "Heirloom Vegetables", value: "Vegetarian" } ] }, { title: "Main Courses", description: "Expertly prepared entrees showcasing premium ingredients", bentoComponent: "icon-info-cards", items: [ - { icon: Flame, label: "Grass-Fed Ribeye" }, - { icon: Leaf, label: "Pan-Roasted Halibut" }, - { icon: Heart, label: "Duck Confit" } + { icon: Flame, label: "Grass-Fed Ribeye", value: "Entrée" }, + { icon: Leaf, label: "Pan-Roasted Halibut", value: "Seafood" }, + { icon: Heart, label: "Duck Confit", value: "Specialty" } ] }, { title: "Desserts", description: "Sweet finale to your dining experience", bentoComponent: "icon-info-cards", items: [ - { icon: Heart, label: "Chocolate Decadence" }, - { icon: Sparkles, label: "Crème Brûlée" }, - { icon: Leaf, label: "Lavender Panna Cotta" } + { icon: Heart, label: "Chocolate Decadence", value: "Dessert" }, + { icon: Sparkles, label: "Crème Brûlée", value: "Classic" }, + { icon: Leaf, label: "Lavender Panna Cotta", value: "Floral" } ] } ]} @@ -103,23 +103,23 @@ export default function MenuPage() { features={[ { title: "Red Wines", description: "Full-bodied and elegant selections from renowned vineyards", bentoComponent: "icon-info-cards", items: [ - { icon: Flame, label: "Château Margaux 2015" }, - { icon: Heart, label: "Barolo Riserva" }, - { icon: Sparkles, label: "Cabernet Sauvignon" } + { icon: Flame, label: "Château Margaux 2015", value: "Bordeaux" }, + { icon: Heart, label: "Barolo Riserva", value: "Piedmont" }, + { icon: Sparkles, label: "Cabernet Sauvignon", value: "Napa Valley" } ] }, { title: "White Wines", description: "Crisp and refined options to enhance lighter courses", bentoComponent: "icon-info-cards", items: [ - { icon: Leaf, label: "Chablis Grand Cru" }, - { icon: Sparkles, label: "Sauvignon Blanc" }, - { icon: Heart, label: "Chardonnay Reserve" } + { icon: Leaf, label: "Chablis Grand Cru", value: "Burgundy" }, + { icon: Sparkles, label: "Sauvignon Blanc", value: "Loire Valley" }, + { icon: Heart, label: "Chardonnay Reserve", value: "California" } ] }, { title: "Exclusive Selection", description: "Limited edition and collector's items for the discerning palate", bensoComponent: "icon-info-cards", items: [ - { icon: Sparkles, label: "Vintage Champagne" }, - { icon: Heart, label: "Dessert Wine Selection" }, - { icon: Flame, label: "Rare Burgundy" } + { 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