From b2f573a64f5c6b0223891b8e05d480ec661c5eea Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 23:12:34 +0200 Subject: [PATCH] Bob AI: change button text in contact section to Send Mess... --- src/components/sections/contact/ContactSplitForm.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/sections/contact/ContactSplitForm.tsx b/src/components/sections/contact/ContactSplitForm.tsx index 64d6707..5edece0 100644 --- a/src/components/sections/contact/ContactSplitForm.tsx +++ b/src/components/sections/contact/ContactSplitForm.tsx @@ -200,4 +200,9 @@ const ContactSplitForm = ({ ContactSplitForm.displayName = "ContactSplitForm"; +// Inserted button element +
+ +
+ export default ContactSplitForm;