North-east-loft-boarding/services/boarding.php
2026-03-20 13:32:32 +00:00

57 lines
3.5 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-50 padding-bottom-100 company-background">
<div class="container text-center padding-top-50">
<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">Professional Loft Boarding & Storage Solutions</h2>
<p class="lead text-muted">Transforming dusty North East lofts into clean, secure storage hubs. Using specialist subframe technology, we create the space you need while keeping your home warm and your warranty intact.</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 margin-bottom-30">
<div class="trade-card-premium">
<div class="trade-image-header">
<img src="<?= $URLcorrection ?>images/new-build-loft-boarding.png" alt="New Build Loft Boarding North East" class="img-full">
</div>
<div class="trade-content">
<h4>New Build Loft Boarding</h4>
<div class="orange-accent-line"></div>
<p>Unlock the hidden potential of your home with the LOFT-E® adjustable metal subframe—the gold standard for modern loft storage. Engineered specifically for the deep insulation found in North East new builds, this ultra-strong system creates a rock-solid, level platform without compromising your home's thermal efficiency. By sitting safely above your insulation, LOFT-E® ensures your NHBC warranty stays intact while transforming a dusty 'no-go zone' into a bright, functional, and easily accessible storage hub.</p>
<a href="<?= $URLcorrection ?>new-build-loft-boarding" class="btn-custom">Find Out More</a>
</div>
</div>
</div>
<div class="col-lg-6 margin-bottom-30">
<div class="trade-card-premium">
<div class="trade-image-header">
<img src="<?= $URLcorrection ?>images/older-property-loft-boarding.png" alt="Older Property Loft Boarding North East" class="img-full">
</div>
<div class="trade-content">
<h4>Older Property Loft Boarding</h4>
<div class="orange-accent-line"></div>
<p>Engineered for maximum structural integrity, our LBNW Timber Raised Subframe is the professionals choice for versatile loft storage. Crafted from high-quality, sustainable timber, this innovative system is designed to sit safely above your insulation, providing a lightweight yet incredibly durable platform. By allowing for essential airflow and ventilation, the LBNW system protects your home from damp while creating a rock-solid storage space. Tailored to fit any roof structure, it ensures even weight distribution to protect the ceilings below—all backed by our comprehensive 10-year guarantee.</p>
<a href="<?= $URLcorrection ?>older-property-loft-boarding" class="btn-custom">Find Out More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include_once $URLcorrection . 'sections/loft-e.php';
include_once $URLcorrection . 'includes/footer.php';
?>