Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 06:50:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -200,7 +200,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
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."
/>
</div>
@@ -218,4 +218,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}