From 6d510afe26e9167d88382df920dc6ffdd51b4328 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:52:36 +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 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 +} -- 2.49.1