diff --git a/src/app/page.tsx b/src/app/page.tsx index 44c3ffe..1770aaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -253,7 +253,7 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email address" - buttonText="Request Free Quote" + buttonText="Get Your Free Quote" termsText="By requesting a quote, you agree to be contacted about your project. We respect your privacy and will never share your information." onSubmit={handleContactSubmit} /> @@ -268,4 +268,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file