From 1c0609be597cbf3a2971e3426bffc341722dc86c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:48:15 +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 c13660c..b8abc5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,7 +143,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "rotated-rays-static" }} text="Ready to upgrade your ride? Reach out for a consultation or quote." - buttons={[{ text: "Contact Us", href: "mailto:info@jrsperformance.com" }]} + buttons={[{ text: "Get Your Custom Quote", href: "mailto:info@jrsperformance.com" }]} /> @@ -156,4 +156,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1