diff --git a/src/app/page.tsx b/src/app/page.tsx index dbf37b3..e690373 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,9 +131,9 @@ export default function LandingPage() { title="Kontaktieren Sie uns" description="Hinterlassen Sie uns eine Nachricht und wir melden uns schnellstmöglich bei Ihnen." inputs={[ - { label: "Name", type: "text", placeholder: "Ihr Name" }, - { label: "E-Mail", type: "email", placeholder: "Ihre E-Mail" }, - { label: "Nachricht", type: "textarea", placeholder: "Ihre Nachricht" } + { name: "Name", type: "text", placeholder: "Ihr Name" }, + { name: "E-Mail", type: "email", placeholder: "Ihre E-Mail" }, + { name: "Nachricht", type: "textarea", placeholder: "Ihre Nachricht" } ]} />