Bob AI: add a new button 'Contact Us' in contact section

This commit is contained in:
2026-02-02 00:09:36 +02:00
parent 968ba560fe
commit 49fa1dc12f

View File

@@ -202,7 +202,7 @@ ContactSplitForm.displayName = "ContactSplitForm";
// Inserted button element
<div className="mt-4">
<button className="bg-blue-500 text-white px-4 py-2 rounded">Text</button>
<button className="bg-blue-500 text-white px-4 py-2 rounded">Contact Us</button>
</div>
export default ContactSplitForm;