fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
DIR:/home/tcfq2ylb8mbt/public_html/tanpureinterior.com/ |
Current File : /home/tcfq2ylb8mbt/public_html/tanpureinterior.com/vastu_consultancy.php |
<?php include("./db_config.php"); include("./common/header_top.php"); ?> <title>Tanpure Interior & constructions Pvt Ltd.</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="" name="keywords"> <meta content="" name="description"> <?php include("./common/header.php"); include("./common/navbar.php"); ?> <!-- Header Start --> <div class="header bg-light p-0"> <div class="container"> <div class="row g-0 align-items-center flex-column-reverse flex-md-row"> <div class="col-md-6 p-5 mt-lg-5"> <h2 class="display-6 animated fadeIn mb-3">Services</h2> <nav aria-label="breadcrumb animated fadeIn"> <ol class="breadcrumb text-uppercase"> <li class="breadcrumb-item"><a href="#">Home</a></li> <li class="breadcrumb-item text-body active" aria-current="page">Vastu Consultancy</li> </ol> </nav> </div> <div class="col-md-6 animated fadeIn"> <h2> WE ARE AN ONE-STOP SERVICE FOR CONSTRUCTION AND DESIGNS </h2> </div> </div> </div> </div> <!-- Header End --> <div class="bg-white py-5 vastuConsultancy"> <div class="container"> <div class="row"> <div class="col-lg-3 "> <div class="card p-3 text-center h-100 shadow"> <i class="fa fa-home"></i> <h3>Home Vastu Consultation</h3> <p> Home Vastu provides you with specific guidelines that can be applied to any home environment. As a result, it increases your feelings of comfort. </p> </div> </div> <div class="col-lg-3 "> <div class="card p-3 text-center h-100 shadow"> <i class="fa fa-building"></i> <h3>Office Vastu Consultation</h3> <p> Many companies have experienced a spontaneous improvement in their prosperity by making their location Vastu friendly. </p> </div> </div> <div class="col-lg-3 "> <div class="card p-3 text-center h-100 shadow"> <i class="fa fa-industry"></i> <h3>Industrial Vastu Consultation</h3> <p> An industrial Vastu consultation is designed to improve the premise’s vibrations to support the key functions of the business. </p> </div> </div> <div class="col-lg-3 "> <div class="card p-3 text-center h-100 shadow"> <i class="fa fa-solid fa-bolt"></i> <h3>Quick Vastu Consultation</h3> <p> Quick virtual Vastu consultation for choosing the right property or evaluating existing property by using a phone, skype, or chat. </p> </div> </div> </div> </div> </div> <style> .vastuConsultancy i{ font-size: 50px; border: 1px dashed orange; width: 80px; height: 80px; align-self: center; border-radius: 50%; padding: 10px; } </style> <!-- <div id="feedback"> --> <a href="" class="btn btn-primary d-none enquiryBtn" data-bs-toggle="modal" data-bs-target="#exampleModal">Quick Enquiry</a> <!-- </div> --> <!-- Modal --> <div class="modal fade mt-5 pt-3" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Enquiry Form</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <form method="post" action="contact_form.php"> <div class="modal-body"> <div class="row"> <div class="col-lg-12"> <label for="">Name<span class="text-danger">*</span></label> <input type="text" name="name" id="name" class="form-control" placeholder="Full Name" required> </div> </div> <div class="row mt-1"> <div class="col-lg-12"> <label for="">Email</label> <input type="email" name="email" id="email" class="form-control" placeholder="Email" > </div> </div> <div class="row mt-1"> <div class="col-lg-12"> <label for="">Mobile No.<span class="text-danger">*</span></label> <input type="tel" name="mobile" id="mobile" class="form-control" placeholder="Mobile No." required> </div> </div> <div class="row mt-1"> <div class="col-lg-12"> <label for="">Address<span class="text-danger">*</span></label> <input type="text" name="address" id="address" class="form-control" placeholder="Address" required> </div> </div> <div class="row mt-1"> <div class="col-lg-12"> <label for="">Requirement<span class="text-danger">*</span></label> <input type="text" name="message" id="message" class="form-control" placeholder="Requirement" required> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> <button type="submit" name="submit" class="btn btn-primary">Submit</button> </div> </form> </div> </div> </div> <?php include("./common/footer.php"); ?> |