updated quote buttons to go to contact page
This commit is contained in:
parent
0a7de73e72
commit
92a9b08e71
@ -43,7 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-12 col-md-6 col-lg-7 d-flex topper align-items-center text-lg-right justify-content-end">
|
<div class="col-sm-12 col-md-6 col-lg-7 d-flex topper align-items-center text-lg-right justify-content-end">
|
||||||
<p class="mb-0 register-link"><a href="/contact.php" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter">Arrange a free quote</a></p>
|
<p class="mb-0 register-link"><a href="/contact.php" class="btn btn-primary">Arrange a free quote</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -90,7 +90,7 @@
|
|||||||
<li class="nav-item"><a href="projects.php" class="nav-link">Projects</a></li>
|
<li class="nav-item"><a href="projects.php" class="nav-link">Projects</a></li>
|
||||||
<li class="nav-item"><a href="contact.php" class="nav-link">Contact</a></li>
|
<li class="nav-item"><a href="contact.php" class="nav-link">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="#" class="btn-custom" data-toggle="modal" data-target="#exampleModalCenter">Arrange a free quote</a>
|
<a href="/contact.php" class="btn-custom">Arrange a free quote</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<h1 class="mb-4">Use Your Loft <br>For Storage</h1>
|
<h1 class="mb-4">Use Your Loft <br>For Storage</h1>
|
||||||
<p class="mb-4">Need more storage in your home.
|
<p class="mb-4">Need more storage in your home.
|
||||||
Your Loft is the most underutilised space</p>
|
Your Loft is the most underutilised space</p>
|
||||||
<p><a href="#" class="btn btn-primary">Our Services</a> <a href="#" class="btn btn-white" data-toggle="modal" data-target="#exampleModalCenter">Request A Free Quote</a></p>
|
<p><a href="/services.php" class="btn btn-primary">Our Services</a> <a href="/contact.php" class="btn btn-white">Request A Free Quote</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -84,7 +84,7 @@ include_once 'includes/hero.php';
|
|||||||
<div class="overlay"></div>
|
<div class="overlay"></div>
|
||||||
<h2>10% Discount</h2>
|
<h2>10% Discount</h2>
|
||||||
<p class="text-white">Get a 10% off all storage quotes today.</p>
|
<p class="text-white">Get a 10% off all storage quotes today.</p>
|
||||||
<p class="mb-0"><a href="#" class="btn btn-black px-4 py-3">Request A Free Quote</a></p>
|
<p class="mb-0"><a href="/contact.php" class="btn btn-black px-4 py-3">Request A Free Quote</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user