2 Commits

Author SHA1 Message Date
310224ebb5 Update src/app/page.tsx 2026-03-11 19:10:40 +00:00
030c9bdc40 Merge version_4 into main
Merge version_4 into main
2026-03-11 19:07:13 +00:00

View File

@@ -197,7 +197,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Get Your Free App Consultation" buttonText="Get Free 30-Minute Consultation"
termsText="We respect your privacy. Your information is secure with us." termsText="We respect your privacy. Your information is secure with us."
onSubmit={(email) => console.log(email)} onSubmit={(email) => console.log(email)}
/> />