Skip to content

Commit d9ff1f1

Browse files
committed
Update Call Us button on Contact page to match gradient theme
1 parent 062740f commit d9ff1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ permalink: /contact/
7474
<h2 class="text-3xl font-semibold text-gray-900 mb-8">Quick Actions</h2>
7575
<div class="space-y-4">
7676
<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">
77+
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">
7878
Call Us
7979
</a>
8080
<button onclick="openCalendlyModal()"

0 commit comments

Comments
 (0)