content added

This commit is contained in:
Gary 2026-03-16 10:49:31 +00:00
parent fd373455b6
commit 469d437d76
3 changed files with 99 additions and 0 deletions

BIN
images/moreaddons.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
images/trussshelving.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -19,6 +19,105 @@ include_once $URLcorrection . 'includes/header.php';
</section>
<section class="padding-top-50 padding-bottom-50 text-center">
<div class="container">
<div class="row text-center">
<div class="col-12 text-center">
<p class="text-black">Enhance your new loft with our exclusive range of extras and accessories, available only as part of a full loft boarding package. From roof liners and truss shelving to grab rails and balustrades, these add-ons are designed to improve safety, storage, and convenience. All extras are professionally installed by our trusted team during your loft boarding project.</p>
</div>
</div>
</div>
</section>
<section class="padding-top-50 padding-bottom-50">
<div class="container">
<div class="row justify-content-center align-items-stretch padding-bottom-50 text-center">
<div class="col-lg-4 col-md-12 card-wrapper mb-4">
<div class="card h-100 d-flex flex-column">
<img src="<?= $URLcorrection ?>images/roofliner.jpg" class="card-img-top" alt="Roof Liner">
<div class="card-body d-flex flex-column">
<h3 class="card-title padding-bottom-20">Roof Liner</h3>
<p class="card-text flex-grow-1">Upgrade your attic insulation with our loft roof liner, available exclusively with a new loft boarding package. Enhance energy efficiency, regulate temperatures, and protect your home from moisture damage. <a href="<?= $URLcorrection ?>contact" style="color: #FF6600; text-decoration: none;">Ask us about roof liners</a>.</p>
<a href="<?= $URLcorrection ?>pricing" class="btn customer-quote-button mt-auto">Find Pricing</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 card-wrapper mb-4">
<div class="card h-100 d-flex flex-column">
<img src="<?= $URLcorrection ?>images/trussshelving.jpg" class="card-img-top" alt="Truss Shelving">
<div class="card-body d-flex flex-column">
<h3 class="card-title padding-bottom-20">Truss Shelving</h3>
<p class="card-text flex-grow-1">Maximise your loft space with our truss shelving solutions, supplied and fitted only as part of a new loft boarding installation. Increase storage capacity, improve organisation, and easily access your belongings. <a href="<?= $URLcorrection ?>contact" style="color: #FF6600; text-decoration: none;">Enquire about shelving</a>.</p>
<a href="<?= $URLcorrection ?>pricing" class="btn customer-quote-button mt-auto">Find Pricing</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 card-wrapper mb-4">
<div class="card h-100 d-flex flex-column">
<img src="<?= $URLcorrection ?>images/moreaddons.jpg" class="card-img-top" alt="More Loft Accessories">
<div class="card-body d-flex flex-column">
<h3 class="card-title padding-bottom-20">And More</h3>
<p class="card-text flex-grow-1">Discover additional enhancements for your loft, including grab rails, balustrades, and more—available only when you choose a full loft boarding package. Enhance safety, accessibility, and functionality with our range of add-ons. <a href="<?= $URLcorrection ?>contact" style="color: #FF6600; text-decoration: none;">Find out more</a>.</p>
<a href="<?= $URLcorrection ?>pricing" class="btn customer-quote-button mt-auto">Find Pricing</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="padding-bottom-50">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-12 text-center">
<div style="background: #fff3e0; border-left: 4px solid #FF6600; padding: 20px; border-radius: 5px; margin-bottom: 30px;">
<h5 style="color: #FF6600; margin-bottom: 10px;"><i class="fas fa-star"></i> Why Choose North East Loft Boarding?</h5>
<ul style="font-size: 16px; color: #333; padding-left: 20px; text-align: left; display: inline-block;">
<li>Over 10 years of experience and hundreds of successful projects</li>
<li>Fully insured, qualified installers</li>
<li>Thousands of satisfied customers</li>
<li>All extras supplied and fitted as part of a complete loft boarding package</li>
<li>Free, no-obligation surveys and tailored quotes</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="padding-bottom-50 padding-top-50">
<div class="container">
<div class="row">
<div class="col-12 text-center mb-5">
<h2 class="stand-out-text">Frequently Asked Questions</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-4">
<h5 class="stand-out-text">Can I add extras to my loft after installation?</h5>
<p>Our extras and accessories are only available as part of a new loft boarding package. If you are planning a new installation, let us know which extras youre interested in during your survey.</p>
</div>
<div class="col-md-6 mb-4">
<h5 class="stand-out-text">Are all extras installed by your team?</h5>
<p>Yes, all extras and accessories are supplied and installed by our experienced, fully insured team as part of your loft boarding project.</p>
</div>
<div class="col-md-6 mb-4">
<h5 class="stand-out-text">Do extras come with a guarantee?</h5>
<p>All extras and installation work are fully guaranteed when supplied as part of your new loft boarding package. We use only high-quality materials and trusted fitters.</p>
</div>
<div class="col-md-6 mb-4">
<h5 class="stand-out-text">Can I get a quote for extras only?</h5>
<p>Our extras are only available as part of a full loft boarding package. Well include any extras you want in your free, no-obligation quote for a new installation.</p>
</div>
</div>
</div>
</section>
<?php
include_once $URLcorrection . 'includes/footer.php';