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."] } + ]} />