North-east-loft-boarding/includes/hero.php
2026-03-18 12:48:53 +00:00

15 lines
827 B
PHP

<section class="hero-wrap js-fullheight" style="background-image: url('images/IMG_7558.jpg');" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center" data-scrollax-parent="true">
<div class="col-lg-6 ftco-animate">
<div class="mt-5">
<h1 class="mb-4">Use Your Loft <br>For Storage</h1>
<p class="mb-4">Need more storage in your home.
Your Loft is the most underutilised space</p>
<p><a href="/services" class="btn btn-primary">Our Services</a> <a href="/contact" class="btn btn-white">Request A Free Quote</a></p>
</div>
</div>
</div>
</div>
</section>