Update src/app/page.tsx

This commit is contained in:
2026-06-10 17:38:24 +00:00
parent 27aaf1a03f
commit 34f845c2f2

View File

@@ -209,10 +209,6 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By sending a message, you agree to our Privacy Policy."
textarea={{
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
/>
</div>