From a64f2c06bfadcd775a6557a7130b9357a67da0d7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 05:16:47 +0000 Subject: [PATCH] Bob AI: Change the button text from 'Contact Support' to 'Speak to a Founder'. --- 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 e1c2d1e..38348b4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -161,7 +161,7 @@ export default function HomePage() { primaryButton={{ text: "Get Started Now", href: "#"}} secondaryButton={{ - text: "Contact Support", href: "#"}} + text: "Speak to a Founder", href: "#"}} />