some content added
This commit is contained in:
parent
1e7726deb8
commit
c5930efab3
@ -6,8 +6,35 @@ 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 Insulation Services</h2>
|
||||
<p class="lead text-muted">Save energy, reduce bills, and improve comfort with expert loft insulation</p>
|
||||
<a href="<?= $URLcorrection ?>contact.php" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="padding-top-50 padding-bottom-50 text-center">
|
||||
<div class="container">
|
||||
<div class="row text-center">
|
||||
<div class="col-lg-7 col-md-12 text-center margin-bottom-30">
|
||||
<h2 class="stand-out-text">Why is it important to have the correct levels of loft Insulation?</h2>
|
||||
<p>It is important to have the correct levels of loft insulation for several reasons.</p>
|
||||
<p><strong>Firstly</strong>, loft insulation helps to reduce heat loss from your home, keeping it warm in winter and cool in summer. This can significantly reduce your energy bills, as you will need less heating and cooling to maintain a comfortable temperature.</p>
|
||||
<p><strong>Secondly</strong>, loft insulation can help to reduce your carbon footprint by lowering your energy consumption, which is better for the environment.</p>
|
||||
<p><strong>Thirdly</strong>, proper loft insulation can prevent moisture build-up in your home, which can lead to mould and damp issues. Overall, having the correct levels of loft insulation is essential for maintaining a comfortable, energy-efficient, and healthy home.</p>
|
||||
<p>Our LOFT-E® Adjustable Loft Leg is perfect for raising the boarding above the insulation, <a href="<?= $URLcorrection ?>loft-e.php">click here to find out more about LOFT-E®</a>.</p>
|
||||
</div>
|
||||
<div class="col-lg-5 col-md-12 text-center margin-bottom-30">
|
||||
<img src="<?= $URLcorrection ?>images/insulation-1.jpg" alt="Professional Loft Insulation Services" class="img-full">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
|
||||
include_once $URLcorrection . 'includes/footer.php';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user