90 lines
3.9 KiB
PHP
90 lines
3.9 KiB
PHP
<?php
|
||
|
||
$URLcorrection = "";
|
||
|
||
include_once $URLcorrection . 'includes/header.php';
|
||
|
||
?>
|
||
|
||
|
||
<section class="padding-top-50 padding-bottom-100 company-background">
|
||
<div class="container text-center">
|
||
<div class="row justify-content-center margin-bottom-60">
|
||
<div class="col-md-10">
|
||
<span class="text-primary font-weight-bold text-uppercase letter-spacing-2">Expert Loft Boarding</span>
|
||
<h2 class="margin-top-20">The North East’s Trusted Choice for Loft Storage</h2>
|
||
<p class="lead text-muted">We provide professional, warrantied loft boarding solutions that create space without compromising your home's thermal efficiency.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-lg-4 margin-bottom-30">
|
||
<div class="trade-card">
|
||
<div class="trade-icon-wrapper">
|
||
<i class="fas fa-ruler-combined"></i>
|
||
</div>
|
||
<h4>Integrity First</h4>
|
||
<p>We install specialist <strong>raised subframes</strong> that sit above your insulation, ensuring your home stays energy-efficient while providing a rock-solid storage platform.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-lg-4 margin-bottom-30">
|
||
<div class="trade-card">
|
||
<div class="trade-icon-wrapper">
|
||
<i class="fa-solid fa-hand-sparkles"></i>
|
||
</div>
|
||
<h4>No Mess, No Stress</h4>
|
||
<p>We treat your home with total respect. From heavy-duty floor protection to a full clean-up, we ensure the only difference we leave behind is your new storage space.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-lg-4 margin-bottom-30">
|
||
<div class="trade-card">
|
||
<div class="trade-icon-wrapper">
|
||
<i class="fa-solid fa-helmet-safety"></i>
|
||
</div>
|
||
<h4>Safety Focused</h4>
|
||
<p>From slip-resistant loft ladders to reinforced hatches, every component we install is chosen for its durability and ease of use for the whole family.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="about-intro padding-top-100 padding-bottom-80">
|
||
<div class="container">
|
||
<div class="row align-items-center">
|
||
|
||
<div class="col-12 margin-bottom-40 text-center">
|
||
<h3 class="h4">Our Mission: Space Without Compromise</h3>
|
||
<p>At <strong>North East Loft Boarding</strong>, we believe your loft shouldn’t be a "no-go zone" navigated in the dark. Most modern lofts are designed for insulation, not storage.</p>
|
||
|
||
<p>We help you reclaim that wasted space without squashing your insulation or hiking up your energy bills. We specialise in <strong>raised loft boarding</strong>, keeping your home warm while providing a rock-solid platform for your belongings.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="padding-bottom-100 padding-top-50">
|
||
<div class="container">
|
||
<div class="row justify-content-center">
|
||
<div class="col-lg-8 col-md-10">
|
||
<div class="service-callout-orange">
|
||
<h3>Beyond Just Boarding</h3>
|
||
<p>Whether it's enlarging a hatch, adding LED lighting, or fitting a sturdy timber ladder, we treat every home as if it were our own.</p>
|
||
<div class="location-divider"></div>
|
||
<p class="location-text">
|
||
<strong>Proudly serving Newcastle, Gateshead, Sunderland, Durham, and the surrounding areas.</strong>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<?php
|
||
|
||
include_once $URLcorrection . 'includes/footer.php';
|
||
|
||
?>
|