export function wixForms1_wixFormSubmitted(data) { // This function was added from the Properties & Events panel. To learn more, visit http://wix.to/UcBnC-4 // Add your code for this event here: var fields = data.fields; var json_data= {}; fields.forEach(field_val => { json_data[field_val.fieldName] = field_val.fieldValue; }); console.log(data); var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { console.log(this.responseText); } }; xhttp.open("POST", "https://example.com", true); xhttp.setRequestHeader("Content-type", "application/json"); xhttp.send(JSON.stringify(json_data)); }
top of page
ENS_LOGO.png
"Community living at the core..."

The club house is designed to bring people together. Whether the open amphitheater alongside, the state-of-art private theatre or the guest rooms meant to invite friends and family to join in. if your looking for quiet company, step into the library or plug in your laptop in the high-speed, connected co-working space.

AMENITIES_TN_1.png
CO WORKING SPACES

Connected spaces perfect for hours of
focused productivity.

AMENITIES_TN_2.png
LIBRARY

Travel the world without taking a step. Dive into the well stocked library.

AMENITIES_TN_3.png
MINI THEATER

Catch anytime reruns of your favourite
movie with your faviourite friends!

OPEN GREEN SPACES

COMMUNITY INTERACTION
AMENITIES_TN_5.png
HARMONY COURT

Crafted to fill your sense, the harmony court brings together earth, water and sky among lush surroundings. Come here to soak and serenity and find quiet companionship.

AMENITIES_TN_6.png
NATURE PARK

Breathe free as you walk in the shade of local pants and fruit trees. Specially selected to thrive in the local soil and climate, watch nature bloom and thrive grow every passing day.

AMENITIES_TN_4.png
FRAGRANCE  GARDEN

Unique garden perched at the corner filled with natural herbs and fragrant flowers for one of those perfect morning sit outs. Come click your memories here.

OTHER AMENITIES

FROM $400 A MONTH

SWIMMING POOL
FITNESS CENTER
AMPHITHEATER
SPORTS COURT
INDOOR GAMES
GUEST ROOMS
BANQUET HALL
ENS_LOGO_color.png
CONTACT#3
bottom of page