From 5a4b176b31b755d1660df8d5ca0fcb493bd5b955 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 19:35:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0812f1..7fc9d92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { sideDescription="We're here to make this process as simple as possible. Reach out anytime. If your question isn't answered here, please contact our team directly for assistance." buttons={[ { - text: "Contact Us", href: "/contact" + text: "Get Free Consultation", href: "/contact" } ]} faqsAnimation="slide-up" -- 2.49.1