warmseal-roofing/services.php
2025-05-09 11:10:00 +01:00

100 lines
4.6 KiB
PHP

<?php
$URlcorrection = "";
$PageTitle = "Our Services";
$Page = "services";
$ometa['description'] = "Warmseal Roofing: Your trusted roofing specialists in the UK, offering expert roof repairs, installations, and maintenance with quality workmanship and guaranteed results.";
$ometa['keywords'] = "roofing, roof repairs, roof installation, roofing specialists, roofing maintenance, quality workmanship, guaranteed results, UK roofing, Warmseal Roofing, services, roofing services, roofing solutions, roof maintenance, roof installation, roof repairs, roofing experts, roofing contractors";
include_once $URlcorrection . "includes/header.php";
include_once $URlcorrection . "includes/nav.php";
include_once $URlcorrection . "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 $URlcorrection . "sections/services-2.php";
include_once $URlcorrection . "sections/reviews.php";
include_once $URlcorrection . "includes/footer.php";
?>