Switch to version 2: modified src/app/page.tsx

This commit is contained in:
2026-03-08 20:19:59 +00:00
parent a6e1c3b5dc
commit 9a01c7bbeb

View File

@@ -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."
/>
</div>
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}