Bob AI: change the team section title to Meet Our Expert T...

This commit is contained in:
2026-02-01 23:56:18 +02:00
parent 9c0d57765f
commit 870a6ad695
5 changed files with 231 additions and 59 deletions

View File

@@ -194,10 +194,6 @@ 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>
);
};