zeejayshree.zeeinfra.com Open in urlscan Pro
162.214.102.89  Public Scan

URL: https://zeejayshree.zeeinfra.com/
Submission: On July 18 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST contact.php

<form action="contact.php" method="post">
  <div class="row">
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <i class="bx bx-user"></i>
        <input type="text" name="idname" id="name" class="form-control" required="" placeholder="Name*">
      </div>
    </div>
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <i class="bx bx-user"></i>
        <input type="email" name="idemail" id="email" class="form-control" required="" placeholder="Email*">
      </div>
    </div>
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <i class="bx bx-phone"></i>
        <input type="text" name="idphone" id="phone_number" class="form-control" placeholder="Phone*">
      </div>
    </div>
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <select name="idproperty_type" id="property_type" classs="form-control" style="display: none;">
          <option value="1BHK">1BHK </option>
          <option value="2BHK">2BHK </option>
          <option value="3BHK">3BHK </option>
        </select>
        <div class="nice-select" tabindex="0"><span class="current">1BHK </span>
          <ul class="list">
            <li data-value="1BHK" class="option selected">1BHK </li>
            <li data-value="2BHK" class="option">2BHK </li>
            <li data-value="3BHK" class="option">3BHK </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="form-group">
        <i class="bx bx-envelope"></i>
        <textarea name="idmessage" class="form-control" id="message" rows="3" placeholder="Any additional information?*"></textarea>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="form-group">
        <style>
          .grecaptcha-badge {
            display: none
          }
        </style>
        <input type="hidden" id="captcha-response" name="captcha-response"
          value="03AFcWeA4Jy14BRg47ua9FLBdC7_nCXBLaAc-AD_JkQDp4wlA8y5aqo58wnLPy7U13fydT0vOEzFjNaSPCo-gMAwr9JwiM0wCK5yR9aLR8RK017TavWDHs12jbg1Wl1EFiLjH8drfnSnQByFTCfzbrXUL2r6Gh8-f0kdR68RtC2aDVw5elBbf6I4X2L5kUOCrp43Y_3HtrXq4YeSzEI6SZHY67PkMTwQe5jwe4RC-kIJ4YSjd8--S-Yi8pEn8HCdH59KHEFVyqx197GSpgFa_ziZHkJMY2gjOvhefNWAehLFfSXNovdN2cp1DvZE3bVltgP0Gn0krityn9gkswOI-w9SbCJS9M8p3KqHIkBJZPcmE-zgakv26VsZtsYmUQdTJ3VRUOvYXA1mC-i3_1n-8XIjS25snIfnum0rvt_2qFWBZB5aTsW4gr_kORyKX5hOnf49NYTTWXq569wR87H-w1ZE3rcjq4kI5_i9KTJwb69uqBRjPgneqAZjlA-Cj8YKqG6ka8WK0AvJC9H82CQE2fBsp1l4oquvL1HoC_NgRXtJ5Me-k8siGBK1XM0SgfFfU3hBvm1tHv1R7kNht3VtyyDSS20z_YWpNxpnwL7ZEjE2N14Q6qcI8SeNW0evY7z6tJx51cB8r0jKTw0OCOdNPa_Uz5QzHPXAnTQDMNcc_7DSW5-GAxmVBNFc4eSSfhI4iedTtzl_ZfZBAKYZsm_mRwm3cLDH_YWeWYyf-n2sFcat1GQ_Q_avNnDjZB6WWD-fZ-S1BniFaz-kWAsLBtcm-IS-3LNGJktISZ24hapZhQ-z7worh7dFItqxbkY-OWQz3OOGq3feruwg9XpbT471zi_q9Tzf45gyHP4A">
        <button type="submit" name="submit" class="default-btn default-bg-buttercup" style="width:100%"> Submit Request
          <i class="bx bx-right-arrow-alt" style="position: absolute;top: 12px;line-height: 1;font-size: 18px;color: #fff;z-index: 1;right: -130px;"></i>
        </button>
      </div>
    </div>
  </div>
</form>

POST contact-popup.php

<form action="contact-popup.php" method="post">
  <div class="row">
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <i class="bx bx-user"></i>
        <input type="text" name="idiname" id="name" class="form-control" required="" data-error="Please enter your name" placeholder="Name*">
      </div>
    </div>
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <i class="bx bx-user"></i>
        <input type="email" name="idiemail" id="email" class="form-control" required="" data-error="Please enter your email" placeholder="Email*">
      </div>
    </div>
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <i class="bx bx-phone"></i>
        <input type="text" name="idiphone" id="phone_number" required="" data-error="Please enter your number" class="form-control" placeholder="Phone*">
      </div>
    </div>
    <div class="col-lg-12 col-sm-12">
      <div class="form-group">
        <select name="idiproperty_type" id="property_type" classs="form-control" style="display: none;">
          <option value="1BHK">1BHK </option>
          <option value="2BHK">2BHK </option>
          <option value="3BHK">3BHK </option>
        </select>
        <div class="nice-select" tabindex="0"><span class="current">1BHK </span>
          <ul class="list">
            <li data-value="1BHK" class="option selected">1BHK </li>
            <li data-value="2BHK" class="option">2BHK </li>
            <li data-value="3BHK" class="option">3BHK </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="form-group">
        <i class="bx bx-envelope"></i>
        <textarea name="idimessage" class="form-control" id="message" rows="3" required="" data-error="Write your message" placeholder="Any additional information?*"></textarea>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="form-group">
        <style>
          .grecaptcha-badge {
            display: none
          }
        </style>
        <input type="hidden" id="form-india-captcha" name="form-india-captcha"
          value="03AFcWeA4Jy14BRg47ua9FLBdC7_nCXBLaAc-AD_JkQDp4wlA8y5aqo58wnLPy7U13fydT0vOEzFjNaSPCo-gMAwr9JwiM0wCK5yR9aLR8RK017TavWDHs12jbg1Wl1EFiLjH8drfnSnQByFTCfzbrXUL2r6Gh8-f0kdR68RtC2aDVw5elBbf6I4X2L5kUOCrp43Y_3HtrXq4YeSzEI6SZHY67PkMTwQe5jwe4RC-kIJ4YSjd8--S-Yi8pEn8HCdH59KHEFVyqx197GSpgFa_ziZHkJMY2gjOvhefNWAehLFfSXNovdN2cp1DvZE3bVltgP0Gn0krityn9gkswOI-w9SbCJS9M8p3KqHIkBJZPcmE-zgakv26VsZtsYmUQdTJ3VRUOvYXA1mC-i3_1n-8XIjS25snIfnum0rvt_2qFWBZB5aTsW4gr_kORyKX5hOnf49NYTTWXq569wR87H-w1ZE3rcjq4kI5_i9KTJwb69uqBRjPgneqAZjlA-Cj8YKqG6ka8WK0AvJC9H82CQE2fBsp1l4oquvL1HoC_NgRXtJ5Me-k8siGBK1XM0SgfFfU3hBvm1tHv1R7kNht3VtyyDSS20z_YWpNxpnwL7ZEjE2N14Q6qcI8SeNW0evY7z6tJx51cB8r0jKTw0OCOdNPa_Uz5QzHPXAnTQDMNcc_7DSW5-GAxmVBNFc4eSSfhI4iedTtzl_ZfZBAKYZsm_mRwm3cLDH_YWeWYyf-n2sFcat1GQ_Q_avNnDjZB6WWD-fZ-S1BniFaz-kWAsLBtcm-IS-3LNGJktISZ24hapZhQ-z7worh7dFItqxbkY-OWQz3OOGq3feruwg9XpbT471zi_q9Tzf45gyHP4A">
        <button type="submit" name="idisubmit" class="default-btn default-bg-buttercup" style="width:100%"> Submit Request
          <i class="bx bx-right-arrow-alt" style="position: absolute;top: 12px;line-height: 1;font-size: 18px;color: #fff;z-index: 1;right: -130px;"></i>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

91-77770 17310
 * Home
 * About Jayashree
 * Amenities
 * Floor Plans
 * Location
 * Gallery

+91-77770 17310 / +91-77100 88928
Brochure

GET IN TOUCH

For more information & best offers

1BHK 2BHK 3BHK
1BHK
 * 1BHK
 * 2BHK
 * 3BHK


Submit Request
Reimagine Life between Four Walls


WELCOME TO ZEE INFRA JAYASHREE

Set in flourishing Vile Parle (E), ZeeJayashree is spread across six floors,
this tower offers 1, 2 and 3 BHK apartments which are well-planned and suited to
your needs. Every home is distinct in its own way, and every facility is
provided so that your comfort comes first.

Built with style and state-of-the-art technology, every home gives you the best
of living in the bustling city, while also giving you the comfort of your own
corner. They say dreams arc made in heaven, but when you visit Zee Jaya.shree,
you'll see that dreams can also be made in cement and stone.


Download Brochure


THE JOYOUS JAYASHREE LIFE


LIVING ROOM

Being the first room that you'll walk through as you enter your home, we took
special care in designing the living areas. Spacious enough to accommodate your
taste in art, entertainment and social tastes but welcoming to make you feel
you're at home, from the moment you enter. When the welcome is this good, who'd
want to leave?


BEDROOM

A view overlooking the city, a cool breeze and warm sunshine wouldn't that be
just perfect? If you like the sound of that, we're sure you'll love our
bedrooms. Large enough to accommodate a double-sized bed and with room to spare,
our bedrooms are carefully planned to ensure you get the privacy you need, while
also fitting in perfectly with the rest of the house plan. When everything
around you is just right, sweet dreams come easily.


BATHROOM

Designed with an attention to detail, our bathrooms are a welcome surprise to an
otherwise overlooked part of a house plan. A luxurious finish and ample space
are reasons for a longer bathroom break, while the practical design and expertly
chosen interiors elevate the bathroom experience. So, sink in!


AMAZING AMENITIES

As with planning every other part of the house, these amenities were chosen with
a lot of care to ensure that your home is a dream home.




As with planning every other part of the house, these amenities were chosen with
a lot of care to ensure that your home is a dream home.




Round-the-dock security with CCTV camera and designated security guards





An in-house gym and yoga centre because health comes first!






A sprawling terrace







Built through a special walking track and ample space to relax and do your
morning yoga

An in-built parking space, with sufficient allotments.



FLOOR PLANS


3 BHK (RERA AREA : 1080 SQ.FT)


3 BHK (RERA AREA : 1080 SQ.FT) 3D


2 BHK (RERA AREA : 687 SQ.FT)


2 BHK (RERA AREA : 687 SQ.FT) 3D


TYPICAL FLOOR PLAN


2 BHK (RERA AREA : 742 SQ.FT)


2 BHK (RERA AREA : 742 SQ.FT) 3D


3 BHK (RERA AREA : 1080 SQ.FT)


3 BHK (RERA AREA : 1080 SQ.FT) 3D


2 BHK (RERA AREA : 687 SQ.FT)


2 BHK (RERA AREA : 687 SQ.FT) 3D


TYPICAL FLOOR PLAN


2 BHK (RERA AREA : 742 SQ.FT)


2 BHK (RERA AREA : 742 SQ.FT) 3D


3 BHK (RERA AREA : 1080 SQ.FT)






NEARBY FACILITIES

 * • Walking distance away from a hospital and pharmacy
 * • Surrounded by a plethora of restaurants and major banks
 * • A short chive from the Western Express Highway
 * • Few minutes away from prominent schools and colleges
 * • Within 1 km of Vile Park station and bus stations
 * • A stone's throw distance from shopping complexes
 * • Airport whiling 10 mins of drive.




JAYASHREE GALLERY


SITE ADDRESS

Prarthana Samaj Road, Vile Parle (East), Mumbai 400057.

OFFICE ADDRESS

RPMG BUILDER & DEVLOPERS PVT.LTD. 701/702, Balaji Business Centre, Ram Milan
Premises Co- op Society Ltd. Subhash Road, Opp. State Bank of India Vile Parle
East, Mumbai - 400057.

Emails
zeeinfra@gmail.com zeeinfra@hotmail.com info@zeeinfra.com



Website

www.zeeinfra.com
Phone



+91-77770 17310
+91-77100 88928
+91-73048 87760
+91-72085 83962
×

GET IN TOUCH

For more information & best offers

1BHK 2BHK 3BHK
1BHK
 * 1BHK
 * 2BHK
 * 3BHK


Submit Request