3 Commits

Author SHA1 Message Date
e297d1fafe Update src/app/page.tsx 2026-03-03 06:50:54 +00:00
a1ea5f484d Update src/app/layout.tsx 2026-03-03 06:50:54 +00:00
a6d15e9bf3 Merge version_1 into main
Merge version_1 into main
2026-03-03 05:20:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -200,7 +200,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Your Email Address" inputPlaceholder="Your Email Address"
buttonText="Reserve Now" buttonText="Schedule Test Drive"
termsText="By reserving, you agree to our Terms and will receive exclusive Aventador SVJ updates and configurations." termsText="By reserving, you agree to our Terms and will receive exclusive Aventador SVJ updates and configurations."
/> />
</div> </div>
@@ -218,4 +218,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }