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 +}