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