warmseal-roofing/includes/hero.php
2025-04-10 12:13:53 +01:00

34 lines
1.5 KiB
PHP

<div class="hero-wrap js-fullheight">
<div class="home-slider js-fullheight owl-carousel">
<div class="slider-item js-fullheight" style="background-image:url(images/bg_1.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
<div class="col-md-10 text-center ftco-animate">
<div class="text w-100">
<h2>We are best Roofing Services</h2>
<h1 class="mb-4">Dedicated to providing the highest quality roofing services</h1>
<p><a href="#" class="btn btn-primary">Book an appointment</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="slider-item js-fullheight" style="background-image:url(images/bg_2.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
<div class="col-md-8 text-center ftco-animate">
<div class="text w-100">
<h2>We care about your home</h2>
<h1 class="mb-4">Quality roofing at a affordable price</h1>
<p><a href="#" class="btn btn-primary">Book an appointment</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>