warmseal-roofing/includes/index-hero.php

51 lines
2.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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/logo/Warmseal-White-Transparent.webp" class="logo" alt="Warmseal Roofing logo - Roofer in Accrington">
</a>
<div class="text w-100">
<h1 class="mb-4 hero-text">Roofer in Accrington Professional Roofing Services by Warmseal Roofing</h1>
<p class="lead text-white">Warmseal Roofing is your trusted roofer in Accrington, Lancashire, offering expert roof repairs, installations, and maintenance for homes and businesses across Accrington, Blackburn, Preston, and surrounding areas.</p>
<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-2.webp); background-size: cover; background-repeat: no-repeat; background-position: center;">
<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/logo/Warmseal-White-Transparent.webp" class="logo" alt="Warmseal Roofing logo - Accrington roofer">
</a>
<div class="text w-100">
<h2 class="mb-4 hero-text">Quality roofing at an affordable price</h2>
<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>