100 lines
4.9 KiB
PHP
100 lines
4.9 KiB
PHP
<?php
|
||
|
||
include_once 'includes/header.php';
|
||
include_once 'includes/hero.php';
|
||
?>
|
||
|
||
<section class="ftco-section ftco-no-pt ftco-no-pb ftco-services-2">
|
||
<div class="container">
|
||
<div class="row no-gutters d-flex">
|
||
<div class="col-lg-4 d-flex align-self-stretch ftco-animate">
|
||
<div class="media block-6 services d-flex">
|
||
<div class="icon justify-content-center align-items-center d-flex"><span class="flaticon-engineer-1"></span></div>
|
||
<div class="media-body pl-4">
|
||
<h3 class="heading mb-3">Quality Construction</h3>
|
||
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-4 d-flex align-self-stretch ftco-animate">
|
||
<div class="media block-6 services services-2 d-flex">
|
||
<div class="icon justify-content-center align-items-center d-flex"><span class="flaticon-worker-1"></span></div>
|
||
<div class="media-body pl-4">
|
||
<h3 class="heading mb-3">Professional Liability</h3>
|
||
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-4 d-flex align-self-stretch ftco-animate">
|
||
<div class="media block-6 services d-flex">
|
||
<div class="icon justify-content-center align-items-center d-flex"><span class="flaticon-engineer"></span></div>
|
||
<div class="media-body pl-4">
|
||
<h3 class="heading mb-3">Dedicated To Our Clients</h3>
|
||
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="ftco-section" id="about-section">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-6 d-flex align-items-stretch">
|
||
<div class="about-wrap img w-100" style="background-image: url(images/about.jpg);">
|
||
<div class="icon d-flex align-items-center justify-content-center"><span class="flaticon-crane"></span></div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6 py-5 pl-md-5">
|
||
<div class="row justify-content-center mb-4 pt-md-4">
|
||
<div class="col-md-12 heading-section ftco-animate">
|
||
<span class="subheading">Welcome to North East Loft Boarding</span>
|
||
<h2 class="mb-4">The Market Leaders in Loft Storage Solutions</h2>
|
||
<div class="d-flex about">
|
||
<div class="icon"><span class="flaticon-hammer"></span></div>
|
||
<h3>Expertly boarding North East lofts since 2010. We combine 15+ years of experience with a commitment to providing the best loft storage services in the region, helping you reclaim your space with a team that truly knows local homes.</h3>
|
||
</div>
|
||
<p>As the premier specialists in North East Loft Boarding, we take pride in being the region's go-to experts. From Newcastle and Sunderland down to Durham and Teesside, our reputation is built on delivering exceptional results and honest, local service that national providers simply can’t match.</p>
|
||
<div class="d-flex video-image align-items-center mt-md-4">
|
||
<a href="#" class="video img d-flex align-items-center justify-content-center" style="background-image: url(images/about-2.jpg);">
|
||
<span class="fa fa-play-circle"></span>
|
||
</a>
|
||
<h4 class="ml-4">This is how we work on our clients, Watch video</h4>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="ftco-intro">
|
||
<div class="container">
|
||
<div class="row justify-content-center">
|
||
<div class="col-md-12 text-center">
|
||
<div class="img" style="background-image: url(images/bg_2.jpg);">
|
||
<div class="overlay"></div>
|
||
<h2>Providing Personalized and High Quality Services</h2>
|
||
<p>We can manage your dream building A small river named Duden flows by their place</p>
|
||
<p class="mb-0"><a href="#" class="btn btn-primary px-4 py-3">Request A Quote</a></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<?php
|
||
|
||
include_once 'sections/services.php';
|
||
include_once 'sections/counter.php';
|
||
include_once 'sections/projects.php';
|
||
include_once 'sections/reviews.php';
|
||
|
||
?>
|
||
|
||
<?php
|
||
|
||
include_once 'includes/footer.php';
|
||
|
||
?>
|