tvsmagnific.salesquery.in Open in urlscan Pro
111.118.212.53  Public Scan

URL: https://tvsmagnific.salesquery.in/
Submission: On November 09 via manual from IN — Scanned from DE

Form analysis 5 forms found in the DOM

POST download.php

<form class="form" id="myForm" role="form" action="download.php" method="POST">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-user" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-phone" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <button class="bg-primary callback mb-2" type="submit" name="submit"> Get Instant Call Back </button>
</form>

POST download.php

<form class="form" id="myForm" role="form" action="download.php" method="POST">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-whatsapp" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <button class="bg-warning bg-round text-center bro mb-4" type="submit" name="submit">
    <a style="text-decoration: none;color: black; font-size:17px;" href="https://api.whatsapp.com/send?phone=918050020700&amp;text=I%20am%20Intrested%20in%20getting%20brochure%20of%20TVS%20Magnific">Submit</a>
  </button>
</form>

Name: form1POST enquiry.php

<form class="form-signin" method="post" action="enquiry.php" name="form1">
  <h1 class=" mb-3 font-weight-normal mb-0" style="text-align: center;font-size:25px; color: black"><b>ENQUIRY</b></h1>
  <a href="tel:+918050020700" class="text-center btn  call"><b> CALL: 8050020700</b></a>
  <div class="input-group">
    <select class="form-control mb-2">
      <option>Request Enquiry</option>
      <option>Schedule a site visit</option>
      <option>Request call back</option>
      <option>Refer this project</option>
    </select>
  </div>
  <div class="input-group">
    <input type="name" name="name" id="inputName" pattern="^[a-zA-Z]*$" class="form-control mb-2" placeholder="Full Name" required="">
  </div>
  <div class="input-group">
    <input type="number" name="number" id="inputNumber" class="form-control mb-2" placeholder="Phone number" required="">
  </div>
  <div class="input-group">
    <input type="email" name="email" id="inputEmail" class="form-control mb-2" placeholder="Email address" required="">
  </div>
  <div class="input-group">
    <textarea class="form-control mb-2" placeholder="Message" name="comments"></textarea>
  </div>
  <div>
    <label style="font-size: 15px; color: currentColor;"> <b>Enter Captcha Code: </b> </label>
    <div class="flex">
      <input type="text" class="txt" name="chk" id="chk">
      <input type="text" value="1995" id="ran" readonly="readonly" class="captcha">
      <button type="button" class="referesh btn btn-circle" value="Referesh" onclick="captch()"><i class="fa fa-refresh fa-spin" style="font-size:24px; color: #ffffffeb;"></i></button>
    </div>
    <span id="error" class="color"></span>
  </div>
  <div class="input-group">
    <button class="btn btn-md btn-rounded btn-block form-control submit" name="submit" type="submit" onclick="return validation1();"><i class="fas fa-sign-in-alt"></i><b>Submit Enquiry</b></button>
  </div>
</form>

POST send.php

<form class="mb-0" method="post" action="send.php">
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-user"></i></span>
    </div>
    <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-archive"></i></span>
    </div>
    <input type="email" name="email" class="form-control" placeholder="Your Email" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-mobile" style="font-size: 25px; margin-left: 4px;"></i></span>
    </div>
    <input type="number" name="number" class="form-control" placeholder="Your Number" required="">
  </div>
  <div class="input-group form-group">
    <div class="input-group-prepend">
      <span class="input-group-text"><i class="fa fa-envelope"></i></span>
    </div>
    <textarea type="text" name="comments" class="form-control hgt" placeholder="Message"></textarea>
  </div>
  <div class="modal-footer d-flex justify-content-center">
    <button type="button" class="btn btn-yellow" data-dismiss="modal">Close</button>
    <button name="submit" type="submit" class="btn btn-yellow">Enquire Now</button>
  </div>
</form>

Name: form2POST contact.php

<form class="row" method="post" action="contact.php" name="form2">
  <div class="col-md-6 form-line border-right">
    <div class="form-group">
      <label for="exampleInputUsername">Your Name</label>
      <input type="text" name="name" class="form-control" placeholder=" Enter Name" required="">
    </div>
    <div class="form-group">
      <label for="exampleInputEmail">Email Address</label>
      <input type="email" name="email" class="form-control" id="exampleInputEmail" placeholder=" Enter Email id" required="">
    </div>
    <div class="form-group">
      <label for="telephone">Mobile No.</label>
      <input type="tel" name="number" class="form-control" id="telephone" placeholder=" Enter 10-digit mobile no." required="">
    </div>
  </div>
  <div class="col-md-6">
    <div class="form-group">
      <label for="description"> Message</label>
      <textarea class="form-control" name="comments" id="description" placeholder="Enter Your Message"></textarea>
    </div>
    <div>
      <label style="font-size: 15px"> <b>Enter Captcha Code:</b> </label>
      <div class="d-flex mb-4">
        <input type="text" class="txt1" name="chk" id="chk">
        <input type="text" value="9584" id="ran1" readonly="readonly" class="captcha1">
        <button type="button" class="referesh1 btn btn-circle1" value="Referesh" onclick="captch1()"><i class="fa fa-refresh fa-spin" style="font-size:24px; color: #ffffffeb;"></i></button>
      </div>
      <span id="error2" class="color"></span>
    </div>
    <div>
      <button type="submit" value="submit" name="submit" class="btn btn-default submit" onclick="return validation2();"><i class="fa fa-paper-plane" aria-hidden="true"></i> Send Now</button>
    </div>
  </div>
</form>

Text Content

 * Overview
 * Location
 * Master Plan
 * Floor Plan
 * Gallery
 * Price
 * Contact
 * 
 * +91 8050020700

×

Get Instant Call Back

+91 8050020700

WHATSAPP BROCHURE

×

Submit




NEW LAUNCH
SUPER LUXURY APARTMENTS

VISIT US THIS WEEKEND

TVS MAGNIFIC

PREMIUM HOMES STARTING @

83 LACS* 2BHK & 1.04 CR* 3BHK

 * Location: Manapakkam, Chennai
 * Total Area: 6.2 Acres
 * Structure: S+7
 * Unit Types: 2BHK & 3 BHK
 * Toers: 2 Towers

RERA No: TN/29/Building/0032/2021





ENQUIRY

CALL: 8050020700
Request Enquiry Schedule a site visit Request call back Refer this project




Enter Captcha Code:

Submit Enquiry


TVS EMERALD MAGNIFIC

TVS Emerald Magnific located at Manapakkam, Chennai.

PROJECT OVERVIEW

TVS Emerald Magnific #Magnific @ TVS Emerald Peninsula is the latest residential
housing project by TVS Emerald, part of the reputed TVS Group.

It is spread over 6.2 acres. The development offers 392 spacious, 2 and 3 BHK
apartments across 10 blocks in a Basement + Stilt + 7 Floors configuration.

#Magnific @ TVS Emerald Peninsula is located in Manapakkam just 7 kms from the
iconic Kathipara flyover. It is surrounded by major IT parks, schools, hospitals
and entertainment hubs.

TVS Emerald Peninsula in Manapakkam, one of the upcoming under-construction
housing societies in Chennai South. There are apartments for sale in Magnific at
TVS Emerald Peninsula. This society will have all basic facilities and amenities
to suit homebuyer’s needs and requirements. Brought to you by TVS Emerald,
Magnific at TVS Emerald Peninsula is scheduled for possession in Jul, 2025.

TVS Emerald is one of the known real estate brands in Chennai South.The builder
has delivered 4 projects so far. Around 2 projects are upcoming. There are 3
projects of this builder, which are currently under-construction.

This is a RERA registered project with registration number:
TN/29/Building/0032/2021

Download Brochure


PROJECT HIGHLIGHTS

Location: Manapakkam, Chennai

Total area: 6.2 Acres

Investment (Base Price): On Request

Structure: S+7

Unit Types: 2BHK & 3 BHK

Possession: 2026


TVS MAGNIFIC - LOCATION MAP

TVS Magnific Location Map



LOCATION HIGHLIGHTS

Located in the heart of Chennai city, in Manapakkam. #Magnific @ TVS Emerald
Peninsula is a new residential landmark that is uniquely designed with 100%
corner-homes. Now enjoy everything a truly urban lifestyle has to offer in a
home that is well within the city. Live life to the fullest in a place where
nature’s serene touch can be felt in every moment.

CONNECTIVITY

 * Uniquely designed 100% Corner Homes
 * 3.5 km from Porur Junction
 * 7 km to Kathipara flyover
 * RMZ Software Park, DLF Cybercity, L&T Infotech, Jayant Tech Park in a 5 km
   radius
 * 2 International Schools within 1 km, 8 Schools within 5 km radius
 * Close to retail, entertainment hubs and places of worship
 * 5 major hospitals nearby


TVS MAGNIFIC - MASTER PLAN

~1.25 acres of landscaped parks & gardens, Treelined Avenues, 62% Open space and
100+ lifestyle amenities. The TVS Magnific Masterplan is well planned according
to customers requirements with world-class Amenities, surrounded with lush
Greenery. Good price for the area. The master plan and floor plans of TVS
Magnific will help its customers to know how the development will look like once
completed.

The master plan of TVS Magnific will help its customers to know how the
development will look like once completed. It will include details about the
entry/exit into the development, number of towers, blocks, overall landscaping
of 6.2 acres, gardens and outdoor amenities. This plan will basically give the
future residents an aerial view of the upcoming project. Hence, any common man
with a minimum construction idea will also understand what he will get post
completion.

TVS Magnific Master Plan




TVS MAGNIFIC - FLOOR PLAN

The floor plan of TVS Magnific will give a rough idea of the apartments
available here. These 3D diagrams will help the buyers to visualize each room of
their future abode like the bedrooms, kitchen, utility area, study room, foyer,
drawing/dining area, and even the balcony. The measurement of the rooms will
also be given clearly so that it’s easier for anyone to understand the unit
sizes. These floor plans assure that the buyer’s money is utilized in the best
possible way. The floor plan is a physical drawing by experts which shows a
dimensional layout of the whole structure. The floor plan of this project has
taken care of every minute details of your dream home and paints clearly all the
features of the amazing homes in this project. All the architectural details
along with practical considerations have been given a detailed eye in the floor
plans of TVS Magnific. Bedrooms, living room, balcony, kitchen, toilets all the
units have been well portrayed.

-------------------------------------

 * All
 * 2 BHK
 * 3 BHK

FLOOR PLAN



FLOOR PLAN



FLOOR PLAN




TVS MAGNIFIC - PROJECT GALLERY




TVS MAGNIFIC - AMENITIES

Gymnasium

Clubhouse

Swimming Pool

Games Room

Health Center

Jogging Track

Outdoor Courts

Amphitheater

Landscaped Gardens

Kids Play Area

Retail Spaces

Party Area


TVS MAGNIFIC - FAQ

WHAT TYPE OF FLATS ARE AVAILABLE IN TVS MAGNIFIC?

TVS Magnific offers 2 & 3 BHK Apartments.

ARE THERE ANY SPECIAL DISCOUNTS OR OFFERS AVAILABLE FOR THIS PROJECT?

Yes, there is an exclusive Group Buy Offer available only through special
pricing offers and deals. CALL +91 8050020700

WHAT IS THE EXACT LOCATION OF THIS TVS MAGNIFIC?

TVS Magnific is located at Manapakkam, Chennai




TVS MAGNIFIC - PRICE

Unit Type Unit Size(Sqft) Basic Price Price Breakup 2 BHK 2T 1173 - 1243 Sq. Ft.
83 Lacs* Request Price Breakup 3 BHK 2T 1502 - 1583 Sq.Ft. 1.04 Cr* Request
Price Breakup

REGISTER TO AVAIL SPECIAL PRICING

Close Enquire Now


TVS MAGNIFIC - CONTACT US

Your Name
Email Address
Mobile No.
Message
Enter Captcha Code:

Send Now


TVS MAGNIFIC - ABOUT DEVELOPER



Trust, Value and Service is the foundation of our business, that comes from 100
years of serving customers with passion. Our homes are designed by top
architects and built for the lifestyle of your dreams. TVS Emerald Housing
offers top-value to customers. We are a part of the TVS Group that also owns TVS
Motor Company, the third largest two-wheeler maker in India.

+91-8050-02-0700

RERA Registration No - TN/29/Building/0032/2021

DISCLAIMER: with all the changes happening in the political and economic
environment around the world, real estate is bound to be affected and effected
in some ways as it forms such a crucial part of a country’s. This website is
only meant for informational purpose. It should not be otherwise considered/
claimed as an official builder/project site. This website solely belongs to an
authorised channel partner.





word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1