North-east-loft-boarding/older-property-loft-boarding.php
2026-03-11 08:44:20 +00:00

27 lines
712 B
PHP

<?php
$URLcorrection = "";
include_once $URLcorrection . 'includes/header.php';
?>
<section class="padding-top-50 padding-bottom-50 company-background">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col">
<h1 class="margin-top-20">Older Property Loft Boarding</h1>
<p class="stand-out-text">LBNW Timber System • Victorian/Edwardian Specialists • Ceiling Protection</p>
<a href="<?= $URLcorrection ?>contact.php" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</div>
</section>
<?php
include_once $URLcorrection . 'includes/footer.php';
?>