Merge version_2 into main #7
@@ -96,8 +96,8 @@ export default function LandingPage() {
|
||||
title="Tisch-Preise"
|
||||
description="Unsere Standard-Preise für Reservierungen."
|
||||
plans={[
|
||||
{ id: "p1", price: "45 CHF", features: ["3-Gang-Menü", "Kaffee inkl."] },
|
||||
{ id: "p2", price: "75 CHF", features: ["4-Gang-Menü", "Digestif inkl."] }
|
||||
{ id: "p1", badge: "Basis", price: "45 CHF", subtitle: "Schnelle Mahlzeit", buttons: [{ text: "Buchen" }], features: ["3-Gang-Menü", "Kaffee inkl."] },
|
||||
{ id: "p2", badge: "Premium", price: "75 CHF", subtitle: "Abend voller Genuss", buttons: [{ text: "Buchen" }], features: ["4-Gang-Menü", "Digestif inkl."] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user