From 9d9bf939dac8002640c7b3774f8c3971713a8e78 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 12:12:22 +0000 Subject: [PATCH] Bob AI: Change the contact section CTA button text to 'Start Your Free Trial'. --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 18597cc..e8150bf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -185,7 +185,7 @@ export default function HomePage() { tag="Join Now" text="Ready to elevate your trading results?" primaryButton={{ - text: "Contact Support", + text: "Start Your Free Trial", href: "#", }} secondaryButton={{ -- 2.49.1