Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-12 14:39:21 +00:00

View File

@@ -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" } }
]}
/>
</div>
@@ -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: () => {} }]}
/>
</div>