From 648e47c18ddab2712c9f57e857cc64bbc5a715dd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:34:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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"] } - ]} />
-- 2.49.1