refactor banner logo placement for improved structure in hero section

This commit is contained in:
Mark 2025-05-15 09:31:29 +01:00
parent 7a45b54928
commit b4413905d6

View File

@ -4,12 +4,13 @@
<div class="overlay"></div> <div class="overlay"></div>
<div class="container"> <div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-center"> <div class="row no-gutters slider-text align-items-center justify-content-center">
<div class="col-md-10 text-center ftco-animate">
<div class="col text-center ftco-animate banner-logo"> <div class="col text-center ftco-animate banner-logo">
<a href="<?= $URLcorection ?>index"> <a href="<?= $URLcorection ?>index">
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo"> <img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
</a> </a>
</div> </div>
<div class="col-md-10 text-center ftco-animate">
<div class="text w-100"> <div class="text w-100">
<h1 class="mb-4">Dedicated to providing the highest quality roofing services</h1> <h1 class="mb-4">Dedicated to providing the highest quality roofing services</h1>
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p> <p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
@ -24,6 +25,11 @@
<div class="container"> <div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center"> <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-md-8 text-center ftco-animate">
<div class="col text-center ftco-animate banner-logo">
<a href="<?= $URLcorection ?>index">
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
</a>
</div>
<div class="text w-100"> <div class="text w-100">
<h1 class="mb-4">Quality roofing at a affordable price</h1> <h1 class="mb-4">Quality roofing at a affordable price</h1>
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p> <p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>