diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1bb645b..6e9eedf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -101,7 +101,7 @@ export default function LandingPage() {
@@ -109,7 +109,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Connect with us"
description="Let us know how we can help you."
- inputs={[{ type: "text", placeholder: "Your Name" }, { type: "email", placeholder: "Your Email" }]}
+ inputs={[
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Your Email" }
+ ]}
/>