From 6e32cd8c69198fff1085b9d8288bacdbf81375f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:53:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0372cdb..3df59d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,12 +80,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "f1", title: "Escargot", subtitle: "Popular dish", category: "Classic", value: "Essential" }, - { id: "f2", title: "Wine Pairing", subtitle: "Curated selection", category: "Drink", value: "Refined" }, - { id: "f3", title: "Crème Brûlée", subtitle: "Patron favorite", category: "Dessert", value: "Sweet" } + { id: "f1", title: "Escargot", subtitle: "Classic Bistro Appetizer", category: "Tapas", value: "€12" }, + { id: "f2", title: "Truffle Fries", subtitle: "Hand-cut with parmesan", category: "Tapas", value: "€9" }, + { id: "f3", title: "Burrata", subtitle: "Served with heirloom tomatoes", category: "Tapas", value: "€14" }, + { id: "f4", title: "French 75", subtitle: "Gin, lemon, and champagne", category: "Cocktails", value: "€15" }, + { id: "f5", title: "Negroni", subtitle: "A bitter classic", category: "Cocktails", value: "€13" }, + { id: "f6", title: "Spicy Margarita", subtitle: "Fresh jalapeño infusion", category: "Cocktails", value: "€14" }, + { id: "f7", title: "Crème Brûlée", subtitle: "Patron favorite", category: "Dessert", value: "€10" } ]} - title="Menu Highlights" - description="Discover our signature dishes loved by our patrons." + title="Menu & Cocktails" + description="Discover our signature dishes and curated cocktail collection." /> @@ -169,4 +173,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1