diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7bd269f..85586b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 183a433..6329227 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}