diff --git a/src/app/page.tsx b/src/app/page.tsx index 58e48da..d189827 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,18 +93,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Preise" - description="Unsere fairen Angebote." - plans={[ - { title: "Standard", price: "CHF 50", features: ["Feature 1", "Feature 2"] }, - { title: "Premium", price: "CHF 100", features: ["Feature 1", "Feature 2", "Feature 3"] } - ]} />