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 +}