diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2eafaf5..37ea5ef 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", value: "$18" }, - { icon: Flame, label: "Foie Gras Terrine", value: "$22" }, - { icon: Leaf, label: "Heirloom Vegetables", value: "$14" } + { icon: UtensilsCrossed, label: "Pan-Seared Scallops" }, + { icon: Flame, label: "Foie Gras Terrine" }, + { icon: Leaf, label: "Heirloom Vegetables" } ] }, { title: "Main Courses", description: "Expertly prepared entrees showcasing premium ingredients", bentoComponent: "icon-info-cards", items: [ - { icon: Flame, label: "Grass-Fed Ribeye", value: "$45" }, - { icon: Leaf, label: "Pan-Roasted Halibut", value: "$38" }, - { icon: Heart, label: "Duck Confit", value: "$42" } + { icon: Flame, label: "Grass-Fed Ribeye" }, + { icon: Leaf, label: "Pan-Roasted Halibut" }, + { icon: Heart, label: "Duck Confit" } ] }, { title: "Desserts", description: "Sweet finale to your dining experience", bentoComponent: "icon-info-cards", items: [ - { icon: Heart, label: "Chocolate Decadence", value: "$12" }, - { icon: Sparkles, label: "Crème Brûlée", value: "$10" }, - { icon: Leaf, label: "Lavender Panna Cotta", value: "$11" } + { icon: Heart, label: "Chocolate Decadence" }, + { icon: Sparkles, label: "Crème Brûlée" }, + { icon: Leaf, label: "Lavender Panna Cotta" } ] } ]} @@ -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", value: "$85" }, - { icon: Heart, label: "Barolo Riserva", value: "$72" }, - { icon: Sparkles, label: "Cabernet Sauvignon", value: "$45" } + { icon: Flame, label: "Château Margaux 2015" }, + { icon: Heart, label: "Barolo Riserva" }, + { icon: Sparkles, label: "Cabernet Sauvignon" } ] }, { title: "White Wines", description: "Crisp and refined options to enhance lighter courses", bentoComponent: "icon-info-cards", items: [ - { icon: Leaf, label: "Chablis Grand Cru", value: "$55" }, - { icon: Sparkles, label: "Sauvignon Blanc", value: "$38" }, - { icon: Heart, label: "Chardonnay Reserve", value: "$48" } + { icon: Leaf, label: "Chablis Grand Cru" }, + { icon: Sparkles, label: "Sauvignon Blanc" }, + { icon: Heart, label: "Chardonnay Reserve" } ] }, { title: "Exclusive Selection", description: "Limited edition and collector's items for the discerning palate", bensoComponent: "icon-info-cards", items: [ - { icon: Sparkles, label: "Vintage Champagne", value: "$120" }, - { icon: Heart, label: "Dessert Wine Selection", value: "$28" }, - { icon: Flame, label: "Rare Burgundy", value: "$150" } + { icon: Sparkles, label: "Vintage Champagne" }, + { icon: Heart, label: "Dessert Wine Selection" }, + { icon: Flame, label: "Rare Burgundy" } ] } ]}