Server IP : 103.53.40.154 / Your IP : 3.17.79.188 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/comfortaircon.co/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $sql7 = "SELECT * FROM `tbl_about` WHERE a_id=1"; $run7 = mysqli_query($db,$sql7) or die("Query Not run"); $data7 = mysqli_fetch_assoc($run7); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo $data7['meta_title']?></title> <meta name="description" content="<?php echo $data7['meta_desc']?>"> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <section class="breadcrumb_section text-center section_padding"> <ul class="breadcrumb"> <li><a href="index.php">Home</a></li> <li> About</li> </ul> <h1>About us</h1> </section> <section class="about_area section_padding"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="about_image about-image__updated" style="background: url(admin/images/<?php echo $data7['about_img']?>) center center no-repeat;"></div> </div><!--end .col-md-6--> <div class="col-md-6"> <div class="about_details"> <div class="hero-title-with-shape"> <h4 style="color:#01395e" class="heading_with_border">Welcome to Comfort Aircon</h4> <h1 style="color:#01395e">Air conditioning repair and installation company</h1> </div> <?php echo $data7['about_desc']?> </div> </div> </div> </div> </section> <section class="about_service_area section_padding"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="about_service_left"> <p class="about_service_year text-center"> 20 <span>years experience</span> </p> </div> </div> <div class="col-md-6"> <div class="about_service_right"> <div class="hero-title-with-shape"> <h4 style="color:black" class="heading_with_border">Why choose us</h4> <h1 style="color:black">We are trusted source of ac and heating maintenance repairs company</h1> </div> <ul> <li><i class="fa fa-check-circle"></i> Unmatched performance, satisfaction service guarantees</li> <li><i class="fa fa-check-circle"></i> Home protection through our shoe covers and mats</li> <li><i class="fa fa-check-circle"></i> Upfront, flat rate pricing—no overtime charges</li> <li><i class="fa fa-check-circle"></i> 24 / 7 availability for all emergency services</li> <li><i class="fa fa-check-circle"></i> Fixed right promise—done right or it’s free</li> <li><i class="fa fa-check-circle"></i> Clear communication and updates on service arrival</li> </ul> <div class="about_service_discount text-center"> <h1>10% off</h1> <p>on our all services for senior citizens.</p> </div> </div> </div> </div> </div> </section> <section class="testimonial_area text-center section_padding"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="testimonial_slider owl-carousel"> <div class="testimonial_details"> <p>This is due to their excellent service, competitive pricing and customer support . It's throughly refresing to get such a personal touch.</p> <h4>Mark Doe</h4> <span>Director</span> </div> <div class="testimonial_details"> <p>This is due to their excellent service, competitive pricing and customer support . It's throughly refresing to get such a personal touch.</p> <h4>Jim Doe</h4> <span>Developer</span> </div> <div class="testimonial_details"> <p>This is due to their excellent service, competitive pricing and customer support . It's throughly refresing to get such a personal touch.</p> <h4>Shirley Smith</h4> <span>Director</span> </div> </div> </div> </div> </div> </section> <?php include 'footer.php';?> </body> </html