Access_Website/parts/logo-section.php
2024-08-29 13:16:00 +05:45

42 lines
1.4 KiB
PHP

<!-- start of logo-features-section -->
<section class="wpo-features-section section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-12">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>We provide quick & safe
transportation all over the world</h3>
</div>
</div>
</div>
<div class="features-wrap">
<div class="features-card"> <i class="flaticon-logistics"></i>
<h3>Complete
Logistics System</h3>
</div>
<div class="features-card"> <i class="flaticon-fast-delivery-1"></i>
<h3>Shipping
All Over the world</h3>
</div>
<div class="features-card"> <i class="flaticon-locations"></i>
<h3>Online
Product Tracking </h3>
</div>
<div class="features-card"> <i class="flaticon-logistics-1"></i>
<h3>International
shipping services</h3>
</div>
<div class="features-card"> <i class="flaticon-customer-support"></i>
<h3>Great
logistical support.</h3>
</div>
</div>
<div class="row">
<div class="col-12">
<h4>Bring them together and you overcome the ordinary. <a href="#">View More Features <span>+</span></a></h4>
</div>
</div>
</div>
</section>
<!-- end of logo-features-section -->