From 68f115d9e18a305e5349134ec5522dbe085c8c22 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:30:43 +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 2a0ef53..5d7e757 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,7 +143,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "Start Your Project", href: "#contact-form" }, - { text: "Schedule a Call", href: "#" } + { text: "Get Free Strategy Session", href: "#" } ]} useInvertedBackground={false} /> -- 2.49.1