mtourville commited on
Commit
208c579
·
verified ·
1 Parent(s): 8703ff8

activate the our services buton

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -72,8 +72,8 @@
72
  </p>
73
  <div class="flex space-x-4">
74
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md transition">
75
- Our Services
76
- </button>
77
  <button class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-8 py-3 rounded-md transition">
78
  Case Studies
79
  </button>
 
72
  </p>
73
  <div class="flex space-x-4">
74
  <button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md transition">
75
+ <a href="services.html">Our Services</a>
76
+ </button>
77
  <button class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-8 py-3 rounded-md transition">
78
  Case Studies
79
  </button>