From e2640cbd69783a67d3699ae6e0b81e8284328c92 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:26:30 +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;