Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:03:13 +00:00
parent 1cb24c9a5c
commit 5649f62267

View File

@@ -307,10 +307,6 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
textarea={{
name: "message", placeholder: "Tell us about your project...", rows: 5,
required: true,
}}
/>
</div>