updated to new style banner
This commit is contained in:
parent
1d52088ead
commit
37c7501824
16
faq.php
16
faq.php
@ -12,11 +12,17 @@ include_once 'includes/header.php';
|
||||
?>
|
||||
|
||||
|
||||
<section class="padding-top-100 padding-bottom-100 company-background">
|
||||
<div class="container text-center padding-bottom-50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="breadcumb-wrapper text-center">
|
||||
<h1><?= $PageTitle ?></h1>
|
||||
<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">Frequently Asked Questions</h1>
|
||||
<p>Find answers to your questions about Loft Boarding NW. Get help with our storage solutions and services.</p>
|
||||
<div class="">
|
||||
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -8,6 +8,27 @@ $metakeywords = "Loft Boarding Services North East, Loft Storage Services North
|
||||
|
||||
|
||||
include_once 'includes/header.php';
|
||||
?>
|
||||
|
||||
<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">Our Services</h1>
|
||||
<p>Discover our expert loft boarding services in the North East. We offer durable boarding solutions, raised systems to protect insulation, and safe access options.</p>
|
||||
<div class="">
|
||||
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
include_once 'sections/services.php';
|
||||
|
||||
include_once 'includes/footer.php';
|
||||
|
||||
?>
|
||||
16
prices.php
16
prices.php
@ -7,11 +7,17 @@ include_once $URLcorrection . "includes/header.php";
|
||||
|
||||
?>
|
||||
|
||||
<section class="padding-top-100 padding-bottom-100 company-background">
|
||||
<div class="container text-center padding-bottom-50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="breadcumb-wrapper text-center">
|
||||
<h1><?= $PageTitle ?></h1>
|
||||
<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">Prices & Packages</h1>
|
||||
<p>Discover our affordable loft boarding solutions in the North East. Get a free quote today!</p>
|
||||
<div class="">
|
||||
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
17
privacy.php
17
privacy.php
@ -5,17 +5,22 @@ include_once $URLcorrection . "includes/header.php";
|
||||
|
||||
?>
|
||||
|
||||
<section class="padding-top-100 padding-bottom-100 company-background">
|
||||
<div class="container text-center padding-bottom-50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="breadcumb-wrapper text-center">
|
||||
<h1><?= $PageTitle ?></h1>
|
||||
<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">Privacy Policy</h1>
|
||||
<p>Discover our expert loft boarding services in the North East. We offer durable boarding solutions, raised systems to protect insulation, and safe access options.</p>
|
||||
<div class="">
|
||||
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
$ch = curl_init('https://loft-boarding.co.uk/global/privacy_policy.php');
|
||||
|
||||
16
terms.php
16
terms.php
@ -8,11 +8,17 @@ include_once $URLcorrection . "includes/header.php";
|
||||
|
||||
?>
|
||||
|
||||
<section class="padding-top-100 padding-bottom-100 company-background">
|
||||
<div class="container text-center padding-bottom-50">
|
||||
<div class="row justify-content-center">
|
||||
<div class="breadcumb-wrapper text-center">
|
||||
<h1><?= $PageTitle ?></h1>
|
||||
<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">Terms & Conditions</h1>
|
||||
<p>Read the terms and conditions for North East Loft Boarding. Our policies cover service agreements, warranties, and customer responsibilities.</p>
|
||||
<div class="">
|
||||
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user