updated to new style banner

This commit is contained in:
Gary 2026-03-20 14:06:19 +00:00
parent 7aab886cec
commit 5d1c4b8370

View File

@ -7,15 +7,20 @@ include_once $URLcorrection . 'includes/header.php';
?>
<section class="padding-top-70 padding-bottom-50 company-background">
<div class="container text-center padding-top-50">
<div class="row justify-content-center margin-bottom-60">
<div class="col-md-10">
<h2 class="margin-top-20 stand-out-text">Loft Boarding Extras & Accessories</h2>
<p class="lead text-muted">Customise your new loft with our exclusive range of extras, available only as part of a full loft boarding package.</p>
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
<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">Loft Boarding Extras & Accessories</h1>
<p>Customise your new loft with our exclusive range of extras, available only as part of a full loft boarding package.</p>
<div class="">
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</div>
</div>
</section>