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

This commit is contained in:
2026-01-31 16:00:07 +02:00
parent 546c3c5d26
commit 9229203889

View File

@@ -194,6 +194,7 @@ const ContactSplitForm = ({
{mediaPosition === "right" && mediaContent}
</div>
</div>
<button className="mt-4 bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600">Contact Us</button>
</section>
);
};