Bob AI: change button text in contact section to Send Mess...

This commit is contained in:
2026-02-01 22:30:31 +02:00
parent 4ba24c830c
commit 5e0271358d

View File

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