From 6f1cf3c2b3ea7b969a93ce2188a0a6881ef512a4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:32:22 +0200 Subject: [PATCH] Bob AI: add a new button 'Contact Us' in contact section --- src/components/sections/contact/ContactSplitForm.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/sections/contact/ContactSplitForm.tsx b/src/components/sections/contact/ContactSplitForm.tsx index 5edece0..72ec218 100644 --- a/src/components/sections/contact/ContactSplitForm.tsx +++ b/src/components/sections/contact/ContactSplitForm.tsx @@ -194,15 +194,14 @@ const ContactSplitForm = ({ {mediaPosition === "right" && mediaContent} + {/* Inserted button element */} +
+ +
); }; ContactSplitForm.displayName = "ContactSplitForm"; -// Inserted button element -
- -
- export default ContactSplitForm;