From 5623ceaea694770b982de57ce0b8b44886f4cfbb Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 15:05:10 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 1cf5980..1922fc8 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -43,17 +43,11 @@ export default function MenuPage() { description="Hand-selected premium beef cuts aged to perfection" features={[ { - id: "ribeye", - label: "Ribeye", - title: "Our Most Beloved Premium Cut", - items: ["24-month aged beef", "Bone-in perfection", "Rich marbling throughout"], + id: "ribeye", label: "Ribeye", title: "Our Most Beloved Premium Cut", items: ["24-month aged beef", "Bone-in perfection", "Rich marbling throughout"], buttons: [{ text: "View Menu", href: "/menu" }] }, { - id: "filet", - label: "Filet Mignon", - title: "The Epitome of Tenderness", - items: ["Buttery texture", "Sous-vide perfection", "Truffle-infused butter"], + id: "filet", label: "Filet Mignon", title: "The Epitome of Tenderness", items: ["Buttery texture", "Sous-vide perfection", "Truffle-infused butter"], buttons: [{ text: "Reserve Table", href: "/contact" }] } ]} @@ -70,25 +64,13 @@ export default function MenuPage() { description="Explore our curated selection of premium dishes" products={[ { - id: "1", - name: "Prime Ribeye 16oz", - price: "$52", - imageSrc: "https://img.b2bpic.net/free-photo/view-delicious-steak-dish_23-2150777653.jpg", - imageAlt: "Prime Ribeye Steak" + id: "1", name: "Prime Ribeye 16oz", price: "$52", imageSrc: "https://img.b2bpic.net/free-photo/view-delicious-steak-dish_23-2150777653.jpg", imageAlt: "Prime Ribeye Steak" }, { - id: "2", - name: "Filet Mignon 8oz", - price: "$58", - imageSrc: "https://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg", - imageAlt: "Filet Mignon" + id: "2", name: "Filet Mignon 8oz", price: "$58", imageSrc: "https://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg", imageAlt: "Filet Mignon" }, { - id: "3", - name: "Wine Flight Selection", - price: "$35", - imageSrc: "https://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", - imageAlt: "Wine Pairing Flight" + id: "3", name: "Wine Flight Selection", price: "$35", imageSrc: "https://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Wine Pairing Flight" } ]} gridVariant="three-columns-all-equal-width" @@ -118,32 +100,28 @@ export default function MenuPage() {