3 Commits

Author SHA1 Message Date
9a01c7bbeb Switch to version 2: modified src/app/page.tsx 2026-03-08 20:19:59 +00:00
a6e1c3b5dc Switch to version 2: modified src/app/layout.tsx 2026-03-08 20:19:59 +00:00
11182558d5 Merge version_3 into main
Merge version_3 into main
2026-03-08 20:18:25 +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 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>
);
}
}