From a37213afadba1fb0de8cee3139bb9d26cb4e59e1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 23:59:04 +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;