88 lines
4.3 KiB
PHP
88 lines
4.3 KiB
PHP
<?php $this->extend('layouts/master') ?>
|
|
|
|
<?php $this->section('content') ?>
|
|
|
|
<!-- About Us Section Start -->
|
|
<div class="about-us">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6">
|
|
<!-- About Us Image Start -->
|
|
<div class="about-image">
|
|
<!-- About Image Start -->
|
|
<div class="about-img-1">
|
|
<figure class="reveal">
|
|
<img src="/assets/images/about-img-1.jpg" alt="">
|
|
</figure>
|
|
</div>
|
|
<!-- About Image End -->
|
|
|
|
<!-- About Image Start -->
|
|
<div class="about-img-2">
|
|
<figure class="reveal">
|
|
<img src="/assets/images/about-img-2.jpg" alt="">
|
|
</figure>
|
|
</div>
|
|
<!-- About Image End -->
|
|
</div>
|
|
<!-- About Us Image End -->
|
|
</div>
|
|
|
|
<div class="col-lg-6">
|
|
<!-- About Us Content Start -->
|
|
<div class="about-content">
|
|
<!-- Section Title Start -->
|
|
<div class="section-title">
|
|
<h3 class="wow fadeInUp">about us</h3>
|
|
<h2 class="text-anime-style-3" data-cursor="-opaque">Your trusted partner in reliable car rental</h2>
|
|
<!-- <p class="wow fadeInUp" data-wow-delay="0.25s">Aqestic Optio Amet A Ququam Saepe Aliquid Voluate Dicta Fuga Dolor Saerror Sed Earum A Magni Soluta Quam Minus Dolor Dolor</p>-->
|
|
</div>
|
|
<!-- Section Title End -->
|
|
|
|
<!-- About Content Body Start -->
|
|
<div class="about-content-body">
|
|
<!-- About Trusted Booking Start -->
|
|
<div class="about-trusted-booking wow fadeInUp" data-wow-delay="0.5s">
|
|
<div class="icon-box">
|
|
<img src="/assets/images/icon-about-trusted-1.svg" alt="">
|
|
</div>
|
|
<div class="trusted-booking-content">
|
|
<h3>easy booking process</h3>
|
|
<!-- <p>We Have Optimized The Booking Process So That Our Clients Can Experience The Easiest And The Safest Service</p>-->
|
|
<p>At Johnbull Van Rental, we offer flexible and quick van rental in the Atlanta metro area including delivery and pickup options to keep you focused on your core business.
|
|
</p><p> You can get the vehicles you need, delivered right to your location in as quickly as one day and we take care of vehicle drop-off and pickup, so getting and returning your vehicles is easy.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<!-- About Trusted Booking End -->
|
|
|
|
<!-- About Trusted Booking Start -->
|
|
<div class="about-trusted-booking wow fadeInUp" data-wow-delay="0.75s">
|
|
<div class="icon-box">
|
|
<img src="/assets/images/icon-about-trusted-2.svg" alt="">
|
|
</div>
|
|
<div class="trusted-booking-content">
|
|
<h3>convenient pick-up & return process</h3>
|
|
<p>Our pricing is flexible, and demand-based and reflects the quality of the services we provide.</p>
|
|
</div>
|
|
</div>
|
|
<!-- About Trusted Booking End -->
|
|
</div>
|
|
<!-- About Content Body End -->
|
|
|
|
<!-- About Content Footer Start -->
|
|
<div class="about-content-footer wow fadeInUp" data-wow-delay="1s">
|
|
<a href="/contact" class="btn-default">Contact us to check on our availability</a>
|
|
</div>
|
|
<!-- About Content Footer End -->
|
|
</div>
|
|
<!-- About Us Content End -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- About Us Section End -->
|
|
|
|
<?= $this->endSection() ?>
|
|
|