Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-21 05:24:22 +00:00

View File

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