added page title

This commit is contained in:
Gary 2026-03-11 08:44:20 +00:00
parent d5aa9b0fb5
commit 90e1fe42e8

View File

@ -7,6 +7,19 @@ 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';