Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-19 14:49:13 +00:00

View File

@@ -145,7 +145,7 @@ export default function LandingPage() {
useInvertedBackground={false}
inputPlaceholder="Your Email Address"
buttonText="Send Inquiry"
termsText="By submitting your inquiry, you agree to our <a href=\"#\" class=\"underline">Terms and Conditions</a> and <a href=\"#\" class=\"underline">Privacy Policy</a>."
termsText="By submitting your inquiry, you agree to our Terms and Conditions and Privacy Policy."
onSubmit={(email) => console.log(email)}
/>
</div>