From 0ba8850f6f47a97972ac233802316532167c9244 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:34:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d189827..091da48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,6 +93,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Tisch-Preise" + description="Unsere Standard-Preise für Reservierungen." + plans={[ + { id: "p1", title: "Mittags", price: "45 CHF", features: ["3-Gang-Menü", "Kaffee inkl."] }, + { id: "p2", title: "Abends", price: "75 CHF", features: ["4-Gang-Menü", "Digestif inkl."] } + ]} /> -- 2.49.1