fix: correct indentation and improve structure of hero section carousel

This commit is contained in:
Mark 2025-05-15 10:09:15 +01:00
parent c6eb621ef6
commit a06a708366

View File

@ -1,5 +1,5 @@
<section>
<div id="carouselExampleIndicators" class="carousel slide js-fullheight" data-ride="carousel">
<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>
@ -10,11 +10,9 @@
<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="col text-center ftco-animate banner-logo">
<a href="<?= $URLcorection ?>index" class="text-center">
<img src="<?= $URLcorrection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
</a>
</div>
<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>
@ -28,11 +26,9 @@
<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="col text-center ftco-animate banner-logo">
<a href="<?= $URLcorection ?>index" class="text-center">
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
</a>
</div>
<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>
@ -50,5 +46,5 @@
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>