diff --git a/src/app/page.tsx b/src/app/page.tsx index b081087..265fb5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -307,7 +307,7 @@ export default function HomePage() { mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Get Free Quote" - termsText="We'll contact you within 24 hours with a professional assessment." + termsText="We respond within 2-4 hours with a professional assessment." onSubmit={(email) => console.log("Email submitted:", email)} />