From dbfc3a0c47a9df6ee605e2d0a8e58b11ca7cfbd8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:21:46 +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 eb1812b..f87a13d 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 ed54669350e8901a85b4c74693cff4a9eabbe2db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:21:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4f9fba..00166dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Test Drive", href: "#contact"}} + text: "Book Your Test Drive Now", href: "#contact"}} animateOnLoad={true} /> @@ -175,8 +175,8 @@ export default function LandingPage() { text="Ready to drive home your dream car? Schedule a test drive or contact our team today for personalized assistance." animationType="entrance-slide" buttons={[ - { text: "Schedule Test Drive", href: "#" }, - { text: "Contact Sales Team", href: "#" }, + { text: "Book Your Test Drive Now", href: "#" }, + { text: "Get Expert Advice", href: "#" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1