diff --git a/src/app/page.tsx b/src/app/page.tsx index 8312888..b1e08f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { description="Whether you need advice on your next fit or have questions about order logistics, our premium support team is available 24/7 to provide personalized assistance." buttons={[ { - text: "Get in Touch", href: "mailto:hello@mbrot.com"}, + text: "Start a Conversation", href: "mailto:hello@mbrot.com"}, ]} /> @@ -175,4 +175,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}