From a1ea5f484de414d3a4253776aa8fbf91f4516d98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:50:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From e297d1fafe18757a34744c8e127a481da16975f6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:50:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1