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

This commit is contained in:
2026-02-01 23:23:06 +02:00
parent 83975102c1
commit ae2ee9fd0d

View File

@@ -194,15 +194,14 @@ const ContactSplitForm = ({
{mediaPosition === "right" && mediaContent}
</div>
</div>
{/* Inserted button element */}
<div className="mt-4">
<button className="bg-blue-500 text-white px-4 py-2 rounded">Contact Us</button>
</div>
</section>
);
};
ContactSplitForm.displayName = "ContactSplitForm";
// Inserted button element
<div className="mt-4">
<button className="bg-blue-500 text-white px-4 py-2 rounded">Text</button>
</div>
export default ContactSplitForm;