North-east-loft-boarding/loft-e.php
2026-03-20 14:21:49 +00:00

32 lines
1.4 KiB
PHP
Raw Permalink 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 = "";
$page = "Loft-E";
$PageTitle = "Loft-E";
$metadescription = "North East Loft Boarding - Expert loft boarding services in the North East. Maximise your space with our professional loft storage solutions. Contact us for a free quote today!";
$metakeywords = "North East Loft Boarding, Loft Boarding North East, Loft Storage North East, Loft Boarding Services, 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 $URLcorrection . 'includes/header.php';
?>
<section class="loft-e-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">The Strength of Steel for Your Storage</h1>
<p>Featuring Loft-E: The UKs only metal-leg raised flooring system. Built to last, designed to protect your insulation.</p>
<div class="">
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</div>
</div>
</section>
<?php
include_once $URLcorrection . "sections/loft-e.php";
include_once $URLcorrection . "includes/footer.php";
?>