From 36e6f664ae598d7bba0cd06b76734829550930e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:01:12 +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 65a3fe5..ac5cf77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,8 +184,8 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Get in Touch", href: "#" }, - { text: "Request Quote", href: "#" }, + { text: "Schedule Free Assessment", href: "#" }, + { text: "Get Pricing", href: "#" }, ]} /> -- 2.49.1