From 12f1824e42bed04abd8c424b392d4f625983b033 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:52:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e8798e..010b4ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,7 +230,7 @@ export default function HomePage() { animationType="entrance-slide" buttons={[ { text: "Start Your Free Trial", href: "/signup" }, - { text: "Contact Sales", href: "#" }, + { text: "Talk to a Coach", href: "#" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -272,4 +272,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}