North-east-loft-boarding/about.php
2026-03-09 11:24:45 +00:00

47 lines
2.6 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
$URLcorrection = "";
include_once $URLcorrection . 'includes/header.php';
?>
<section class="padding-top-100 padding-bottom-100">
<div class="container">
<h1 class="text-center">About Us: Making the Most of North East Homes</h1>
<p>At North East Loft Boarding, we believe your loft shouldnt be a "no-go zone" navigated by balancing on joists in the dark. Based right here in the North East, we help homeowners reclaim the massive amount of wasted space sitting right above their heads.</p>
</div>
</section>
<section class="padding-bottom-100">
<div class="container">
<h3>Our Mission: Space Without Compromise</h3>
<p>Most modern lofts aren't designed for storage—theyre designed for insulation. We started this business because we saw too many people squashing their insulation (and hiking up their energy bills) just to find a place for the Christmas decorations.</p>
<p>We specialise in <strong>raised loft boarding</strong>, a system that sits above your insulation to keep your home warm while providing a rock-solid platform for your belongings.</p>
</div>
</section>
<section class="padding-bottom-100">
<div class="container">
<h3>Why Choose a Local Specialist?</h3>
<p>From Tyneside flats to new-build semis in County Durham, we know the local housing stock inside and out. When you choose us, youre not getting a "one-size-fits-all" kit; youre getting a bespoke installation tailored to your specific roof structure.</p>
<li><strong>Integrity First</strong> We only use high-quality, load-bearing materials that protect your property and your NHBC warranty.</li>
<li><strong>No Mess, No Stress</strong> Were a local team that prides itself on being punctual, polite, and leaving your landing exactly how we found it (just with a much better ladder).</li>
<li><strong>Safety Focused</strong> Every ladder we fit and every board we lay is tested to ensure its safe for you and your family to use for years to come.</li>
</div>
</section>
<section class="padding-bottom-100">
<div class="container">
<h3>Beyond Just Boarding</h3>
<p>Were more than just "the loft people." Were a team of dedicated installers passionate about home improvement. Whether it's enlarging a cramped hatch, installing energy-efficient lighting, or fitting a sturdy timber ladder, we treat every home as if it were our own.</p>
<p><strong>Were proud to serve Newcastle, Gateshead, Sunderland, Durham, and the surrounding areas.</strong></p>
</div>
</section>
<?php
include_once $URLcorrection . 'includes/footer.php';
?>