Server IP : 162.214.80.37 / Your IP : 216.73.216.173 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/skyispatudyog/sym/Users/0-imyrqtmy/zugadu/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <?php include'include/head.php'; ?> <style> .r-header .r-header-strip .r-nav-section nav > ul > li > a { padding: 30px 0; } .r-header .r-header-strip .r-logo { margin:10px 0; } </style> <?php include"AdminPanel/include/connection.php"; ?> </head> <body> <div class="r-wrapper"> <header> <div class="r-header r-header-inner"> <?php include'include/header.php'; ?> <!--<div class="r-header-inner-banner">--> <!-- <div class="r-header-in-over">--> <!-- <h1>Contact <b>Us</b> </h1>--> <!-- <div class="r-breadcrum">--> <!-- </div>--> <!-- </div>--> <!--</div>--> </div> </header> <section class="r-faq-section"> <div class="container"> <div class="row v-align-center r-faq-header-wrapper"> <div class="col-md-8 col-sm-12"> <div class="r-faq-header"> <span>FIND YOUR ANSWER HERE</span> <h2>Frequenly <strong>Ask & Questions.</strong></h2> </div> </div> </div> <div class="row r-faq-accordion-wrapper"> <div class="col-md-12"> <!--<h3 class="heading"> About Account & Members: </h3>--> </div> <div class="col-lg-6 col-md-12"> <div class="r-accordion"> <div class="r-accordion-heading" style="cursor:pointer;"> What is Zugadu? <!--<img src="assets/images/accordion-open-icon.jpg" alt="" class="r-accordion-icon" />--> </div> <div class="r-accordion-body" style="display: block;"> <h3>Answer</h3> <p> Zugadu is a network of technology-enabled windshield glass fitment service, offering a seamless service experience at the convenience of a tap. With our highly skilled denter, manufacturer recommended procedures and the promise of genuine windshields, we are your best bet.. </p> </div> </div> <!-- /r-accordion --> <div class="r-accordion"> <div class="r-accordion-heading" style="cursor:pointer;"> Why should I choose Zugadu? <!--<img src="assets/images/accordion-icon.jpg" alt="" class="r-accordion-icon" />--> </div> <div class="r-accordion-body"> <h3>Answer</h3> <p> Zugadu offers the best windshield glass fitment service and solutions at fair and flexible prices. You end up saving up to 40% compared to what is charged at Authorised Service Centres and Multi-brand workshops </p> </div> </div> <!-- /r-accordion --> <div class="r-accordion"> <div class="r-accordion-heading" style="cursor:pointer;"> How to book a windshield glass fitment service with Zugadu? <!--<img src="assets/images/accordion-icon.jpg" alt="" class="r-accordion-icon" />--> </div> <div class="r-accordion-body"> <h3>Answer</h3> <p> We have made booking a windshield glass fitment service as easy as 1-2-3. Just select you Car’s make, model and year type, select the type of car service you require, Choose your preferred time slot And Enjoy! We offer free pick-up and drop-in, so you don’t miss out the cherished moments with your loved ones. </p> </div> </div> <!-- /r-accordion --> </div> <div class="col-lg-6 col-md-12"> <div class="r-accordion"> <div class="r-accordion-heading" style="cursor:pointer;"> Do I have to pay before the service? <!--<img src="assets/images/accordion-icon.jpg" alt="" class="r-accordion-icon" />--> </div> <div class="r-accordion-body"> <h3>Answer</h3> <p> Not at all. From the booking to delivery, our priority at Zugadu keeps You and Your windshield glass fitment Service first. We will send you the bill once your car is serviced and inspected by our professionals. We offer flexible payment options for your ease. You can still prepay if you choose to. </p> </div> </div> <!-- /r-accordion --> <div class="r-accordion"> <div class="r-accordion-heading" style="cursor:pointer;"> What we cover in glass warranty? <!--<img src="assets/images/accordion-open-icon.jpg" alt="" class="r-accordion-icon" />--> </div> <div class="r-accordion-body" style="display: block;"> <h3>Answer</h3> <p> We cover all the effects which are issue in glass like distortion, rainbow, etc. </p> </div> </div> </div> </div> </div> </section> <?php include'include/footer.php'; ?> </div> <div id="r-to-top" class="r-to-top"><i class="fa fa-angle-up"></i></div> <!-- JQUERY:: JQUERY.JS --> <script src="assets/js/jquery.min.js"></script> <!-- JQUERY:: BOOTSTRAP.JS --> <script src="assets/js/tether.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <!-- JQUERY:: CUSTOM --> <script src="assets/js/custom.js"></script> <script> function sendContact() { var valid; valid = validateContact(); if(valid) { jQuery.ajax({ url: "contact_mail.php", data:'userName='+$("#userName").val()+'&userEmail='+$("#userEmail").val()+'&subject='+$("#subject").val()+'&content='+$(content).val(), type: "POST", success:function(data){ $("#mail-status").html(data); }, error:function (){} }); } } function validateContact() { var valid = true; if(!$("#userName").val()) { valid = false; } if(!$("#userEmail").val()) { valid = false; } if(!$("#subject").val()) { valid = false; } if(!$("#content").val()) { valid = false; } return valid; } </script> </body> </html>