updated content
This commit is contained in:
parent
4b73e7d078
commit
5609f48f3d
@ -10287,6 +10287,22 @@ textarea.form-control {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.padding-top-60 {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.padding-bottom-60 {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
.padding-top-70 {
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
.padding-bottom-70 {
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
|
||||
.padding-bottom-100 {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
@ -225,7 +225,7 @@ include_once $URLcorrection . 'includes/header.php';
|
||||
|
||||
|
||||
<section class="padding-bottom-50 padding-top-50" style="background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); position: relative;">
|
||||
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('<?= $URLcorrection ?>images/background/lofte.jpg') center/cover; opacity: 0.1;"></div>
|
||||
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; "></div>
|
||||
<div class="container" style="position: relative; z-index: 2;">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-12 mx-auto text-center text-white">
|
||||
|
||||
@ -586,7 +586,7 @@ include_once $URLcorrection . 'includes/header.php';
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-12 mx-auto text-center text-white">
|
||||
<h2 style="color: white; margin-bottom: 20px; font-size: 2.5rem;">Ready to Transform Your Period Property Loft?</h2>
|
||||
<p style="font-size: 20px; margin-bottom: 30px; opacity: 0.9;">Join hundreds of satisfied Victorian and Edwardian homeowners across the UK</p>
|
||||
<p style="font-size: 20px; margin-bottom: 30px; opacity: 0.9;">Join hundreds of satisfied Victorian and Edwardian homeowners across the North East</p>
|
||||
|
||||
<div class="row mt-4 mb-4">
|
||||
<div class="col-md-3 col-6 text-center mb-3">
|
||||
|
||||
@ -6,6 +6,19 @@ include_once $URLcorrection . 'includes/header.php';
|
||||
|
||||
?>
|
||||
|
||||
<section class="padding-top-70 padding-bottom-50 company-background">
|
||||
<div class="container text-center">
|
||||
<div class="row justify-content-center margin-bottom-60">
|
||||
<div class="col-md-10">
|
||||
<h2 class="margin-top-20 stand-out-text">Professional Loft Ladder Installation & Access Solutions</h2>
|
||||
<p class="lead text-muted">Safe, energy-efficient wooden, aluminium, and telescopic ladders fitted by experts.</p>
|
||||
<a href="<?= $URLcorrection ?>contact.php" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user