From 9229203889bb38eb38645f8c688af24e562165f1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 16:00:07 +0200 Subject: [PATCH] Bob AI: add a new button 'Contact Us' in hero section --- src/components/sections/contact/ContactSplitForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/contact/ContactSplitForm.tsx b/src/components/sections/contact/ContactSplitForm.tsx index 64d6707..65acf9e 100644 --- a/src/components/sections/contact/ContactSplitForm.tsx +++ b/src/components/sections/contact/ContactSplitForm.tsx @@ -194,6 +194,7 @@ const ContactSplitForm = ({ {mediaPosition === "right" && mediaContent} + ); };