Update src/app/menu/page.tsx
This commit is contained in:
@@ -38,6 +38,7 @@ export default function MenuPage() {
|
||||
textboxLayout="default"
|
||||
title="Coffee & Drinks"
|
||||
description="Carefully crafted beverages."
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "c1", title: "Espresso", subtitle: "Rich and intense", category: "Hot", value: "$3.50" },
|
||||
{ id: "c2", title: "Latte", subtitle: "Creamy and smooth", category: "Hot", value: "$4.50" },
|
||||
@@ -52,6 +53,7 @@ export default function MenuPage() {
|
||||
textboxLayout="default"
|
||||
title="Signature Meals"
|
||||
description="Fresh ingredients, handmade daily."
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Avocado Toast", subtitle: "Sourdough, radish, herbs", category: "Breakfast", value: "$12.00" },
|
||||
{ id: "f2", title: "Croissant Sandwich", subtitle: "Eggs, cheddar, greens", category: "Lunch", value: "$10.00" },
|
||||
|
||||
Reference in New Issue
Block a user