110 lines
5.9 KiB
PHP
110 lines
5.9 KiB
PHP
<?php
|
||
$URLcorrection = "";
|
||
$page = "Home";
|
||
$PageTitle = "Home";
|
||
$metadescription = "North East Loft Boarding - Expert loft boarding services in the North East. Maximise your space with our professional loft storage solutions. Contact us for a free quote today!";
|
||
$metakeywords = "North East Loft Boarding, Loft Boarding North East, Loft Storage North East, Loft Boarding Services, Loft Storage Solutions, Loft Boarding Company, Loft Storage Company, Loft Boarding Near Me, Loft Storage Near Me, Loft Boarding UK, Loft Storage UK";
|
||
include_once $URLcorrection . 'includes/header.php';
|
||
include_once $URLcorrection . 'includes/hero.php';
|
||
?>
|
||
|
||
<section class="ftco-section ftco-no-pt ftco-no-pb ftco-services-2">
|
||
<div class="container">
|
||
<div class="row no-gutters d-flex">
|
||
<div class="col-lg-4 d-flex align-self-stretch ftco-animate">
|
||
<div class="media block-6 services d-flex">
|
||
<div class="icon justify-content-center align-items-center d-flex">
|
||
<span class=""><i class="fa-solid fa-boxes-stacked"></i></span>
|
||
</div>
|
||
<div class="media-body pl-4">
|
||
<h3 class="heading mb-3">Maximise Your Space</h3>
|
||
<p>Turn your dusty, unused loft into a clean, walkable storage area. We provide durable boarding solutions that significantly increase your home's usable floor space.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-lg-4 d-flex align-self-stretch ftco-animate">
|
||
<div class="media block-6 services services-2 d-flex">
|
||
<div class="icon justify-content-center align-items-center d-flex">
|
||
<span class=""><i class="fa-solid fa-house"></i></span>
|
||
</div>
|
||
<div class="media-body pl-4">
|
||
<h3 class="heading mb-3">Raised Boarding Systems</h3>
|
||
<p>We use specialised loft systems to install boarding above your insulation. This prevents compression, protecting your home's thermal efficiency and lowering heating bills.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-lg-4 d-flex align-self-stretch ftco-animate">
|
||
<div class="media block-6 services d-flex">
|
||
<div class="icon justify-content-center align-items-center d-flex">
|
||
<span class=""><i class="fa-solid fa-person-shelter"></i></span>
|
||
</div>
|
||
<div class="media-body pl-4">
|
||
<h3 class="heading mb-3">Safe & Easy Access</h3>
|
||
<p>Complete your transformation with heavy-duty timber loft ladders, enlarged hatches, and energy-efficient lighting for a safe and simple storage experience.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<?php
|
||
|
||
include_once 'sections/welcome.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="stand-out-text"><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 home’s 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>
|
||
<a href="<?= $URLcorrection ?>loft-e" class="customer-quote-button">Find out more about Loft-E™</a>
|
||
</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';
|
||
|
||
?>
|
||
|
||
<?php
|
||
|
||
include_once 'includes/footer.php';
|
||
|
||
?>
|