34 lines
1.4 KiB
PHP
34 lines
1.4 KiB
PHP
<?php
|
|
|
|
$URLcorrection = "";
|
|
$page = "Projects";
|
|
$PageTitle = "Latest Projects";
|
|
$metadescription = "Discover our latest loft boarding projects in the North East. See how we transform unused loft spaces into functional storage areas with our expert services. Contact us for a free quote today!";
|
|
$metakeywords = "North East Loft Boarding Projects, Loft Boarding Project Gallery, Loft Storage Projects North East, Loft Boarding Before and After, Loft Storage Solutions Projects, Loft Boarding Company Projects, Loft Storage Company Projects, Loft Boarding Near Me Projects, Loft Storage Near Me Projects, Loft Boarding UK Projects, Loft Storage UK Projects";
|
|
|
|
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">More Space. Less Stress.</h1>
|
|
<p>Join hundreds of local homeowners who have reclaimed their space with our expert boarding.</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/projects.php';
|
|
|
|
include_once 'includes/footer.php';
|
|
|
|
?>
|