32 lines
1.4 KiB
PHP
32 lines
1.4 KiB
PHP
<?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 UK’s 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";
|
||
|
||
?>
|