updated to new style banner

This commit is contained in:
Gary 2026-03-20 14:02:12 +00:00
parent 57780a281b
commit 7aab886cec
2 changed files with 26 additions and 7 deletions

View File

@ -10940,6 +10940,20 @@ textarea.form-control {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.insulation-banner {
position: relative;
width: 100%;
display: flex;
align-items: center;
background-color: #002b49; /* fallback brand blue */
background-image: url('/images/insulation-1.jpg'); /* ADD YOUR BRITISH LOFT IMAGE HERE */
background-size: cover;
background-position: center;
overflow: hidden;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.banner-overlay-2 {
position: absolute;
top: 0;

View File

@ -6,15 +6,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">Professional Loft Insulation Services</h2>
<p class="lead text-muted">Save energy, reduce bills, and improve comfort with expert loft insulation</p>
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
<section class="insulation-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">Professional Loft Insulation Services</h1>
<p>Save energy, reduce bills, and improve comfort with expert loft insulation.</p>
<div class="">
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</div>
</div>
</section>