warmseal-roofing/includes/index-hero.php
2025-05-27 12:47:19 +01:00

50 lines
2.4 KiB
PHP

<section>
<div id="carouselExampleIndicators" class="carousel slide js-fullheight" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner js-fullheight">
<div class="carousel-item active js-fullheight" style="background-image:url(images/slate-roof.webp); background-size: cover; background-repeat: no-repeat;">
<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">
<a href="<?= $URLcorection ?>index" class="text-center">
<img src="<?= $URLcorrection ?>images/Warmseal-White-Transparent.svg" class="logo" alt="Warmseal Logo">
</a>
<div class="text w-100">
<h1 class="mb-4 hero-text">Dedicated to providing the highest quality roofing services</h1>
<p><a href="<?= $URLcorrection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item js-fullheight" style="background-image:url(images/new-roof-hero.jpg); background-size: cover; background-repeat: no-repeat;">
<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">
<a href="<?= $URLcorection ?>index" class="text-center">
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="logo" alt="Warmseal Logo">
</a>
<div class="text w-100">
<h1 class="mb-4 hero-text">Quality roofing at a affordable price</h1>
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>