From 809539d0b3ff89631b229cb7ca7ce4043b4de2d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:59:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 074ddbd..f59107b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() {
@@ -219,7 +219,7 @@ export default function LandingPage() { useInvertedBackground={false} buttonText="Schedule Call" inputPlaceholder="your@email.com" - termsText="By scheduling, you agree to our Terms of Service. We'll contact you within 24 hours." + termsText="By scheduling, you agree to our Terms of Service. We will contact you within 24 hours." />
@@ -256,4 +256,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}