From 0e2e96b39efe6d5aebc97d7ee7e640e04df594fe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 21:54:53 +0000 Subject: [PATCH] Bob AI: Change the button text from 'Send a Message' to 'Start Your Project' in the cont --- 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 c86ade7..9bdaeec 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -259,7 +259,7 @@ export default function HomePage() { tag="Get in touch" text="Ready to bring your vision to life? Let's discuss your next production project." primaryButton={{ - text: "Send a Message", + text: "Start Your Project", href: "#", }} secondaryButton={{ -- 2.49.1