Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user