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