approved loft-e banner added

This commit is contained in:
Gary 2026-03-20 11:57:54 +00:00
parent ac11ebc8de
commit ee350dca35
3 changed files with 50 additions and 2 deletions

View File

@ -10876,4 +10876,10 @@ textarea.form-control {
color: #fff;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);
}
}
.approved-loft-banner {
background-repeat: no-repeat;
background-position: center center; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -53,7 +53,49 @@ include_once $URLcorrection . 'includes/hero.php';
<?php
include_once 'sections/welcome.php';
include_once 'sections/discount.php';
?>
<section class="ftco-section ftco-no-pt ftco-no-pb ftco-counter">
<div class="approved-loft-banner image-overlay" style="background-image: url(images/Approved-Installer-Badge.png);"></div>
<div class="container">
<div class="row no-gutters">
<div class="col-md-6 py-5 bg-secondary aside-stretch">
<div class="heading-section heading-section-white p-4 pl-md-0 py-md-5 pr-md-5">
<span class="subheading">North East Loft Boarding</span>
<h2 class="mb-4">Approved Loft-E™ Raised Boarding Installers</h2>
<p class="text-white">We are proud to be official <a href="https://loft-e.com" target="_blank" class="text-white"><strong>Loft-E™</a> approved installers</strong>, providing the North East with the gold standard in raised loft storage. Unlike traditional methods, the Loft-E system is designed to sit safely above your insulation, preventing compression and maintaining your homes thermal efficiency.</p>
<p class="text-white">Choosing an approved installer means your loft is boarded to the highest trade standards, ensuring a sturdy, safe, and damp-free storage environment for years to come.</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-center">
<div class="row">
<div class="col-md-12 d-flex counter-wrap ftco-animate">
<!--<div class="block-18 bg-primary d-flex align-items-center justify-content-between">
<div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-engineer"></span></div>
<div class="text">
<strong class="number" data-number="48000">0</strong>
<span>Project Completed</span>
</div>
</div>-->
</div>
<div class="col-md-12 d-flex counter-wrap ftco-animate">
<!--<div class="block-18 d-flex align-items-center justify-content-between">
<div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-worker-1"></span></div>
<div class="text">
<strong class="number" data-number="54900">0</strong>
<span>Happy Customers</span>
</div>
</div>-->
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include_once 'sections/services.php';
include_once 'sections/counter.php';
include_once 'sections/projects.php';