| 1 |
<?php $subtitle = "25,000 happy customers and counting"; ?> |
| 2 |
<section id="footer"> |
| 3 |
<div class="custom-container text-center" id=""> |
| 4 |
<div class="row"> |
| 5 |
<div class="col-lg-12"> |
| 6 |
<div class="heading"> |
| 7 |
<h5>TRUSTED BY BRANDS WORLDWIDE</h5> |
| 8 |
<h4><?php echo $subtitle; ?></h4> |
| 9 |
</div> |
| 10 |
<div class="heading text-center brand d-flex "> |
| 11 |
<img src="<?php echo esc_url(plugins_url("/../../img/maintainn.png", __FILE__)); ?>" style="height: 32px;" /> |
| 12 |
<img src="<?php echo esc_url(plugins_url("/../../img/sitecare.png", __FILE__)); ?>" style="height: 42px;" /> |
| 13 |
<img src="<?php echo esc_url(plugins_url("/../../img/wpbuffs.png", __FILE__)); ?>" style="height: 42px;"/> |
| 14 |
<img src="<?php echo esc_url(plugins_url("/../../img/gowp_new.png", __FILE__)); ?>" style="height: 42px;"/> |
| 15 |
<img src="<?php echo esc_url(plugins_url("/../../img/valet.png", __FILE__)); ?>" style="height: 32px;" /> |
| 16 |
</div> |
| 17 |
</div> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
</section> |