From 8106f598e136401ce2bfbb8c7233f5133edb54d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 22:41:35 +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 09d491f..54dae42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "gradient-bars" }} text="Ready to discuss your building project? Contact us today." - buttons={[{ text: "Get a Quote", href: "#" }]} + buttons={[{ text: "Start Your Free Consultation", href: "#" }]} /> @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1