From b3fe93b4848242a5341e2dbd9de39bb8ddf46e14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:46:35 +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 93609fe..058c4cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Schedule Your Consultation", href: "#" }, - { text: "Get in Touch", href: "#" } + { text: "View Pricing & Packages", href: "#" } ]} /> -- 2.49.1