updated to new style banner
This commit is contained in:
parent
05a1e362b4
commit
1d52088ead
17
epp.php
17
epp.php
@ -8,17 +8,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">Easy Payment Plan</h1>
|
||||
<p>Flexible payment options to suit your budget. 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>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user