Merge version_1 into main #4
@@ -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."] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user