From 46fec513227aec39f4d2ed9d665182dc34ff8f39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:39:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6b5ba2..7684fe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Preisliste" description="Übersicht unserer Beratungsangebote." - plans={[{ title: "Basis", price: "0€", features: ["Beratung", "Dokumentation"] }, { title: "Premium", price: "49€", features: ["Vor-Ort", "Nachsorge"] }]} + plans={[ + { id: "p1", title: "Basis", price: "0€", period: "einmalig", features: ["Beratung", "Dokumentation"], button: { text: "Wählen", href: "/kontakt" } }, + { id: "p2", title: "Premium", price: "49€", period: "einmalig", features: ["Vor-Ort", "Nachsorge"], button: { text: "Wählen", href: "/kontakt" } } + ]} /> @@ -95,7 +98,7 @@ export default function LandingPage() { layout="section" name="Spezielle Pflegeberatung" price="Kostenlos" - images={{ src: "http://img.b2bpic.net/free-photo/happy-mature-woman-communicating-with-female-doctor-home_637285-10286.jpg", alt: "Beratung" }} + images={[{ src: "http://img.b2bpic.net/free-photo/happy-mature-woman-communicating-with-female-doctor-home_637285-10286.jpg", alt: "Beratung" }]} buttons={[{ text: "Jetzt buchen", onClick: () => {} }]} />