From 0e8d24d7222b5aedd0c3973c085fa8f7b71b673a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:17:01 +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 672ece8..d56a549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "rotated-rays-animated" }} text="Ready to scale your business? Let's build your next growth strategy today." - buttons={[{ text: "Schedule Consultation", href: "#contact" }]} + buttons={[{ text: "Book Your Strategy Call", href: "#contact" }]} /> -- 2.49.1