Skip to content

Commit 68e3555

Browse files
committed
Update Contact Us button on Team page to match gradient theme
1 parent d9ff1f1 commit 68e3555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ title: "Our Team - DocRouter.AI"
5151
</p>
5252
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
5353
<button onclick="openCalendly()"
54-
class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-lg font-semibold text-lg transition-colors duration-200">
54+
class="inline-block bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white px-8 py-4 rounded-lg font-semibold text-lg transition-colors duration-200">
5555
Contact Us
5656
</button>
5757
<a href="https://www.linkedin.com/company/docrouter"

0 commit comments

Comments
 (0)