North-east-loft-boarding/our-services.php
2026-03-20 14:34:46 +00:00

34 lines
1.4 KiB
PHP

<?php
$URLcorrection = "";
$page = "Services";
$PageTitle = "Our Services";
$metadescription = "Discover our expert loft boarding services in the North East. We offer durable boarding solutions, raised systems to protect insulation, and safe access options. Maximise your space with our professional loft storage solutions. Contact us for a free quote today!";
$metakeywords = "Loft Boarding Services North East, Loft Storage Services North East, Loft Boarding Solutions, Loft Storage Solutions, Loft Boarding Company, Loft Storage Company, Loft Boarding Near Me, Loft Storage Near Me, Loft Boarding UK, Loft Storage UK";
include_once 'includes/header.php';
?>
<section class="new-build-banner">
<div class="banner-overlay-2"></div>
<div class="container">
<div class="banner-content">
<div class="text-container">
<span class="top-tag text-white">North East Loft Boarding</span>
<h1 class="stand-out-text">Our Services</h1>
<p>Discover our expert loft boarding services in the North East. We offer durable boarding solutions, raised systems to protect insulation, and safe access options.</p>
<div class="">
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</div>
</div>
</section>
<?php
include_once 'sections/services.php';
include_once 'includes/footer.php';
?>