From 8f35ef38ab2aeac03f14e0bb2223c47217cde671 Mon Sep 17 00:00:00 2001
From: kudindmitriy
Date: Sun, 1 Feb 2026 22:41:31 +0200
Subject: [PATCH] Bob AI: add a new button 'Contact Us' in contact section
---
src/components/form/ContactForm.tsx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/components/form/ContactForm.tsx b/src/components/form/ContactForm.tsx
index 5cfcb3e..5c42ffd 100644
--- a/src/components/form/ContactForm.tsx
+++ b/src/components/form/ContactForm.tsx
@@ -92,6 +92,9 @@ const ContactForm = ({
{termsText}
+
+ {/* Inserted button element */}
+
);
};