From c95c23490c60a0196a8a0e20b4f95ef62a6cf64d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87d61a4..54f88aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,8 +156,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Book a Call", href: "/contact" }, - { text: "Schedule Call", href: "https://calendly.com" } + { text: "Start Your Growth", href: "/contact" }, + { text: "Speak with an Expert", href: "https://calendly.com" } ]} buttonAnimation="slide-up" /> @@ -242,4 +242,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1