Server IP : 103.53.40.154 / Your IP : 3.135.184.27 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/gujarataxi.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include 'header.php';?> <div class="site-breadcrumb" style="background: url(assets/img/breadcrumb/01.jpg)"> <div class="container"> <h2 class="breadcrumb-title">About Us</h2> <ul class="breadcrumb-menu"> <li><a href="<?=$site_url?>">Home</a></li> <li class="active">About Us</li> </ul> </div> </div> <div class="about-area py-120"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="about-left wow fadeInLeft" data-wow-delay=".25s"> <div class="about-img"> <img src="<?=$site_url?>/static_files/<?=db_scalar(" select site_pages_image_name from tbl_site_pages where site_pages_link='about-us'");?>" alt="<?=$compDATA['admin_company_name']?>"> </div> <div class="about-experience"> <div class="about-experience-icon"> <img src="<?=$site_url?>/assets/img/icon/taxi-booking.svg" alt> </div> <b>30 Years Of <br> Quality Service</b> </div> </div> </div> <div class="col-lg-6"> <div class="about-right wow fadeInRight" data-wow-delay=".25s"> <div class="site-heading mb-3"> <span class="site-title-tagline justify-content-start"> <i class="flaticon-drive"></i> About Us </span> <h2 class="site-title"> We Provide Trusted <span>Cab Service In <?=$locationName?> </span> </h2> </div> <?php $ind_desc=db_scalar("select site_pages_description from tbl_site_pages where site_pages_link='about-us' "); ?> <p style="text-align: justify;" class="about-text"> <? // =str_replace("LOCATION",$locationName,substr(strip_tags($ind_desc), 0,790)) ?> <?= str_replace("LOCATION", "$locationName", strip_tags($ind_desc)) ?> </p> <!--<a href="#" class="theme-btn mt-4">Discover More<i class="fas fa-arrow-right"></i></a>--> </div> </div> </div> </div> </div> <?php // include 'index-services.php'; ?> <?php include 'features.php';?> <?php include 'why-choose.php';?> <?php include 'testimonial.php';?> <?php include 'about-book.php';?> <?php include 'footer.php';?>