diff --git a/src/app/page.tsx b/src/app/page.tsx index 091da48..a654217 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,8 +96,8 @@ export default function LandingPage() { 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."] } + { id: "p1", name: "Mittags", price: "45 CHF", features: ["3-Gang-Menü", "Kaffee inkl."] }, + { id: "p2", name: "Abends", price: "75 CHF", features: ["4-Gang-Menü", "Digestif inkl."] } ]} />