3 Commits

Author SHA1 Message Date
3f3e4bf830 Update src/app/page.tsx 2026-03-08 20:18:21 +00:00
2be61ca482 Update src/app/layout.tsx 2026-03-08 20:18:20 +00:00
5b63a5901e Merge version_2 into main
Merge version_2 into main
2026-03-08 20:16:39 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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 Now"
buttonText="Schedule Test Drive"
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>
);
}
}