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