Merge version_1_1781443248454 into main #1

Merged
bender merged 2 commits from version_1_1781443248454 into main 2026-06-14 13:22:05 +00:00

View File

@@ -13,30 +13,19 @@ export default function MenuPage() {
description="Explore our refined selection of meats, salads, and indulgent desserts."
items={[
{
title: "Ribeye",
description: "12oz Prime cut, aged 30 days",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-peppercorns_84443-85654.jpg",
},
title: "Ribeye", description: "12oz Prime cut, aged 30 days", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-peppercorns_84443-85654.jpg"},
{
title: "Garden Salad",
description: "Fresh seasonal greens",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
},
title: "Garden Salad", description: "Fresh seasonal greens", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"},
{
title: "Chocolate Soufflé",
description: "Warm melted center",
imageSrc: "http://img.b2bpic.net/free-photo/dessert_74190-5605.jpg",
},
title: "Chocolate Soufflé", description: "Warm melted center", imageSrc: "http://img.b2bpic.net/free-photo/dessert_74190-5605.jpg"},
{
title: "Wagyu Burger",
description: "Elevated classic burger",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg",
},
title: "Wagyu Burger", description: "Elevated classic burger", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg"},
{
title: "Mixed Grill",
description: "Selection of our best",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-table_140725-4701.jpg",
},
title: "Mixed Grill", description: "Selection of our best", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-table_140725-4701.jpg"},
{
title: "Lamb Chops", description: "Expertly grilled flavor", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-meat-chop-steak_1203-9928.jpg"},
{
title: "Smoked Brisket", description: "Slow-cooked excellence", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-tasty-cooked-meat_23-2148599855.jpg"}
]}
/>
</SectionErrorBoundary>
@@ -48,13 +37,9 @@ export default function MenuPage() {
tag="Ordering Inquiry"
text="Interested in private dining or large group orders? Contact us."
primaryButton={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
secondaryButton={{
text: "View Menu PDF",
href: "#",
}}
text: "View Menu PDF", href: "#"}}
/>
</SectionErrorBoundary>
</div>