64 lines
2.6 KiB
PHP
64 lines
2.6 KiB
PHP
<?php
|
|
$URLcorrection = "";
|
|
|
|
include_once 'includes/header.php';
|
|
include_once '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';
|
|
|
|
?>
|