This commit is contained in:
CHIEFSOFT\ameye
2024-09-22 08:37:34 -04:00
parent 6e5aefe8d5
commit 5cfea8fcd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
</div> </div>
<div class="hero-content-body wow fadeInUp" data-wow-delay="0.5s"> <div class="hero-content-body wow fadeInUp" data-wow-delay="0.5s">
<a href="#" class="btn-default">book a rental</a> <a href="/book" class="btn-default">book a rental</a>
<a href="#" class="btn-default btn-highlighted">learn more</a> <a href="#" class="btn-default btn-highlighted">learn more</a>
</div> </div>
</div> </div>
+1 -1
View File
@@ -92,7 +92,7 @@
</div> </div>
<!-- Lets Start Button Start --> <!-- Lets Start Button Start -->
<div class="header-btn d-inline-flex"> <div class="header-btn d-inline-flex">
<a href="#" class="btn-default">book a rental</a> <a href="/book" class="btn-default">book a rental</a>
</div> </div>
<!-- Lets Start Button End --> <!-- Lets Start Button End -->
</div> </div>