updated to new style banner

This commit is contained in:
Gary 2026-03-20 14:09:19 +00:00
parent 5d1c4b8370
commit 6b8427fb54

View File

@ -7,6 +7,28 @@ $metadescription = "Discover our latest loft boarding projects in the North East
$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';
?>