Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 9 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,97 +171,72 @@ <h2 class="h1 hero-title">

<section class="section about" id="about" aria-label="about">
<div class="container">

<figure class="about-banner img-holder" style="--width: 400; --height: 720;">
<img src="./assets/images/about-banner.jpg" width="400" height="720" loading="lazy" alt=""
<img src="./assets/images/about-banner.jpg" width="400" height="720" loading="lazy" alt="Logistics in Action"
class="img-cover">

<img src="./assets/images/about-shape-1.png" width="260" height="170" loading="lazy" alt=""
class="abs-img abs-img-1">

<img src="./assets/images/about-shape-2.png" width="500" height="500" loading="lazy" alt=""
class="abs-img abs-img-2">
</figure>

<div class="about-content">

<p class="section-subtitle">Why Choose Us</p>

<h2 class="h2 section-title">We Are Professional Logistics & cargo Agency</h2>

<h2 class="h2 section-title">Your Trusted Partner in Global Logistics</h2>
<p class="section-text">
Sed ut perspiciatis unde omnis iste natus error volup tatem accusantium dolorem que laudantium, totam
inventore.
We deliver seamless logistics solutions tailored to your needs, ensuring reliability, efficiency, and safety at every step.
</p>

<ul class="about-list">

<li class="about-item">
<div class="about-icon">
<ion-icon name="chevron-forward"></ion-icon>
</div>

<p class="about-text">
Go beyond logistics, make the world go round and revolutionize business.
Streamlined logistics processes designed to save time and reduce costs.
</p>
</li>

<li class="about-item">
<div class="about-icon">
<ion-icon name="chevron-forward"></ion-icon>
</div>

<p class="about-text">
Logistics through innovation, dedication, and technology. ready, set, done.
Cutting-edge technology for real-time tracking and efficient delivery.
</p>
</li>

<li class="about-item">
<div class="about-icon">
<ion-icon name="chevron-forward"></ion-icon>
</div>

<p class="about-text">
We take pride in serving our customers safely. together with passion.
A dedicated team committed to providing exceptional customer service.
</p>
</li>

<li class="about-item">
<div class="about-icon">
<ion-icon name="chevron-forward"></ion-icon>
</div>

<p class="about-text">
Imagination what we can easily see is only a small percentage.
Eco-friendly logistics solutions to support sustainable practices.
</p>
</li>

<li class="about-item">
<div class="about-icon">
<ion-icon name="chevron-forward"></ion-icon>
</div>

<p class="about-text">
Quality never goes out of style. safety, quality, professionalism.
Proven expertise in handling complex supply chain challenges.
</p>
</li>

<li class="about-item">
<div class="about-icon">
<ion-icon name="chevron-forward"></ion-icon>
</div>

<p class="about-text">
The quality shows in every move we make where business lives.
Global reach with localized services to meet diverse client needs.
</p>
</li>

</ul>

<a href="#" class="btn">Learn More</a>

</div>

</div>
</section>

Expand Down