From 399c433b7ad9cc593c71fd8f276c409e2f05bedf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:57:48 +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 d1c7bf8..10c5306 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,7 +247,7 @@ export default function LandingPage() { description="Let's discuss your customer acquisition goals and build a strategy that brings you results. Whether you need a website, ads, creative, or a complete system, we're ready to help." buttons={[ { text: "Request Your Free Demo Website", href: "#" }, - { text: "Schedule Your Strategy Call", href: "#" } + { text: "Book a Strategy Call", href: "#" } ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false}