warmseal-roofing/services.php
2025-04-10 14:56:36 +01:00

96 lines
4.0 KiB
PHP

<?php
$URlsorrection = "";
$PageTitle = "Our Services";
include_once $URlsorrection . "includes/header.php";
include_once $URlsorrection . "includes/nav.php";
include_once $URlsorrection . "includes/banner.php";
?>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center pb-5 mb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">We offer Services</span>
<h2>Our Roofing services</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 services ftco-animate">
<div class="d-block d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-roof"></span>
</div>
<div class="media-body pl-3">
<h3 class="heading">Skylights</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
<p><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
<div class="d-block d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-roof-2"></span>
</div>
<div class="media-body pl-3">
<h3 class="heading">Residential Roofing</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
<p><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<div class="col-md-4 services ftco-animate">
<div class="d-block d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-roof-1"></span>
</div>
<div class="media-body pl-3">
<h3 class="heading">Waterproofing</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
<p><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
<div class="d-block d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-roof-3"></span>
</div>
<div class="media-body pl-3">
<h3 class="heading">Gutter Cleaning</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
<p><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<div class="col-md-4 services ftco-animate">
<div class="d-block d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-roof-5"></span>
</div>
<div class="media-body pl-3">
<h3 class="heading">Industrial Roofing</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
<p><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
<div class="d-block d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-roof-4"></span>
</div>
<div class="media-body pl-3">
<h3 class="heading">Commercial Roofing</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
<p><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include_once $URlsorrection . "sections/reviews.php";
include_once $URlsorrection . "includes/footer.php";
?>