North-east-loft-boarding/services/boarding.php
2026-03-09 15:39:31 +00:00

55 lines
2.4 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">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>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>
<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>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>
</div>
</div>
</section>
<?php
include_once $URLcorrection . 'includes/footer.php';
?>