67 lines
3.2 KiB
PHP
67 lines
3.2 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';
|
|
include_once 'sections/discount.php';
|
|
include_once 'sections/services.php';
|
|
include_once 'sections/counter.php';
|
|
include_once 'sections/projects.php';
|
|
|
|
?>
|
|
|
|
<?php
|
|
|
|
include_once 'includes/footer.php';
|
|
|
|
?>
|