make the pluming repair menu button go to the plumbing repair page
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -59,8 +59,8 @@
|
|
| 59 |
<div class="group relative">
|
| 60 |
<a href="#" class="nav-link text-gray-700 hover:text-green-600 font-medium">Plumbing</a>
|
| 61 |
<div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 w-48 z-50">
|
| 62 |
-
<a href="
|
| 63 |
-
|
| 64 |
<a href="sump-pumps.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Sump Pumps</a>
|
| 65 |
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">All Services</a>
|
| 66 |
</div>
|
|
|
|
| 59 |
<div class="group relative">
|
| 60 |
<a href="#" class="nav-link text-gray-700 hover:text-green-600 font-medium">Plumbing</a>
|
| 61 |
<div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 w-48 z-50">
|
| 62 |
+
<a href="plumbing-repair.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Plumbing Repair</a>
|
| 63 |
+
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water Heaters</a>
|
| 64 |
<a href="sump-pumps.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Sump Pumps</a>
|
| 65 |
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">All Services</a>
|
| 66 |
</div>
|