diff --git a/src/app/page.tsx b/src/app/page.tsx index 644f9a8..74add92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,7 +242,7 @@ export default function LandingPage() { text="Ready to transform your business? Let's talk." buttons={[ { - text: "Get In Touch", href: "mailto:hello@charlesconsulting.com"}, + text: "Book Your Discovery Call", href: "mailto:hello@charlesconsulting.com"}, ]} /> @@ -259,4 +259,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file