From 9a01c7bbeb9885dfc4bbaf1fc3be5e99cfb467ec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:19:59 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39ab508..b54e63a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -227,7 +227,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" - buttonText="Schedule Test Drive" + buttonText="Schedule Now" termsText="We respect your privacy. Unsubscribe at any time. By scheduling, you agree to our Terms and receive updates about special offers and automotive news." /> @@ -240,4 +240,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}