warmseal-roofing/sections/counter.php
2025-04-10 12:13:53 +01:00

42 lines
1.8 KiB
PHP

<section class="ftco-counter" id="section-counter">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span class="fa fa-calendar"></span></div>
<strong class="number" data-number="45">0</strong>
<span>Years of Experienced</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span class="fa fa-briefcase"></span></div>
<strong class="number" data-number="8500">0</strong>
<span>Project completed</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span class="fa fa-users"></span></div>
<strong class="number" data-number="2342">0</strong>
<span>Happy Clients</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span class="fa fa-bar-chart"></span></div>
<strong class="number" data-number="30">0</strong>
<span>Business Partners</span>
</div>
</div>
</div>
</div>
</div>
</section>