We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062740f commit d9ff1f1Copy full SHA for d9ff1f1
contact.md
@@ -74,7 +74,7 @@ permalink: /contact/
74
<h2 class="text-3xl font-semibold text-gray-900 mb-8">Quick Actions</h2>
75
<div class="space-y-4">
76
<a href="tel:6172168509"
77
- class="block w-full bg-blue-600 hover:bg-blue-700 text-white text-center px-8 py-4 rounded-xl font-semibold text-lg transition-colors duration-200 shadow-lg hover:shadow-xl">
+ class="block w-full bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white text-center px-8 py-4 rounded-xl font-semibold text-lg transition-colors duration-200 shadow-lg hover:shadow-xl">
78
Call Us
79
</a>
80
<button onclick="openCalendlyModal()"
0 commit comments