From 7ea8de82a4e2839a1df28dab40134f4142cac0b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:16:30 +0000 Subject: [PATCH] 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 e8fc55f..cfb3848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -240,7 +240,7 @@ const HomePage = () => { background={{ variant: "plain" }} useInvertedBackground={true} buttons={[ - { text: "Schedule Consultation", href: "contact" }, + { text: "Find Your Vehicle", href: "contact" }, { text: "Browse Catalog", href: "products" }, ]} /> @@ -284,4 +284,4 @@ const HomePage = () => { ); }; -export default HomePage; \ No newline at end of file +export default HomePage;