North-east-loft-boarding/index.php
2026-03-06 11:40:06 +00:00

107 lines
5.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
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>
<section class="ftco-section" id="about-section">
<div class="container">
<div class="row">
<div class="col-md-6 d-flex align-items-stretch">
<div class="about-wrap img w-100" style="background-image: url(images/about.jpg);">
</div>
</div>
<div class="col-md-6 py-5 pl-md-5">
<div class="row justify-content-center mb-4 pt-md-4">
<div class="col-md-12 heading-section ftco-animate">
<span class="subheading">Welcome to North East Loft Boarding</span>
<h2 class="mb-4">The Market Leaders in Loft Storage Solutions</h2>
<div class="d-flex about">
<div class="icon"><span class="flaticon-hammer"></span></div>
<h3>Expertly boarding lofts in the North East with 15+ years experience.</h3>
</div>
<p>As the premier specialists in North East Loft Boarding, we take pride in being the region's go-to experts. From Newcastle and Sunderland down to Durham and Teesside, our reputation is built on delivering exceptional results and honest, local service that national providers simply cant match.</p>
<!--<div class="d-flex video-image align-items-center mt-md-4">
<a href="/videos/loftinstall.mov" class="video img d-flex align-items-center justify-content-center" style="background-image: url(images/about-2.jpg);">
<span class="fa fa-play-circle"></span>
</a>
<h4 class="ml-4">This is how we work on our clients, Watch video</h4>
</div>-->
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-intro">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<div class="img" style="background-image: url(images/IMG_7558.jpg);">
<div class="overlay"></div>
<h2>10% Discount</h2>
<p class="text-white">Get a 10% off all storage quotes today.</p>
<p class="mb-0"><a href="#" class="btn btn-primary px-4 py-3">Request A Quote</a></p>
</div>
</div>
</div>
</div>
</section>
<?php
include_once 'sections/services.php';
include_once 'sections/counter.php';
include_once 'sections/projects.php';
include_once 'sections/reviews.php';
?>
<?php
include_once 'includes/footer.php';
?>