www.st-regis-sunnyislesbeach.com Open in urlscan Pro
104.196.159.128  Public Scan

Submitted URL: https://st-regis-sunnyislesbeach.com/
Effective URL: https://www.st-regis-sunnyislesbeach.com/
Submission: On May 16 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

Name: contactForm

<form angular-validator-submit="submitContact()" name="contactForm" class="form-horizontal ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" novalidate="" angular-validator="">
  <div class="contact-form">
    <div class="form-group">
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="contactname" id="contactname" placeholder="Name" ng-model="contact.name" validate-on="dirty"
        required-message="'Name field is required'" required="" aria-invalid="true">
    </div>
    <div class="form-group">
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern" name="phone" id="phone" placeholder="Phone" ng-model="contact.phone"
        ng-pattern="/^$|^([\+][0-9]{1,3}[ \.\-])?([\(]{1}[0-9]{2,6}[\)])?([0-9 \.\-\/]{3,20})((x|ext|extension)[ ]?[0-9]{1,4})?$/" invalid-message="'Invalid phone number'" validate-on="dirty" aria-invalid="false">
    </div>
    <div class="form-group">
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="email" id="email" ng-model="contact.email" placeholder="Email" required="" required-message="'Email is required'"
        invalid-message="'Invalid email'" validate-on="dirty" aria-invalid="true">
    </div>
    <div class="form-group">
      <textarea class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="msg" ng-model="contact.msg" placeholder="Message" required="" required-message="'Message is required'" validate-on="dirty"
        aria-invalid="true"></textarea>
    </div>
    <div class="form-group text-center">
      <button type="submit" ng-show="show_dyanamic_data==1" style="width: 100%;font-size: 20px;" class="btn btn-center btn-success" aria-hidden="false">Send Message</button>
      <div ng-hide="show_dyanamic_data==1" class="btn btn-center btn-success ng-hide" aria-hidden="true">Send</div>
    </div>
  </div>
</form>

Name: agentForm

<form angular-validator-submit="submitAgent()" name="agentForm" angular-validator="" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-maxlength">
  <div class="form-area text-left">
    <div class="form-group">
      <label class="control-label">Name <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="name" id="name" ng-model="agentform.name" required="" ng-readonly="sociallyRegistered == 1" aria-invalid="true">
      <div ng-show="agentForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentForm.name.$error.required" style="color:red" aria-hidden="false" class="">Name field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label">Email Address <sup>*</sup></label>
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="agent_email" id="agent_email" ng-model="agentform.email" required="" ng-readonly="sociallyRegistered == 1"
        aria-invalid="true">
      <div ng-show="agentForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentForm.agent_email.$error.required" style="color:red" aria-hidden="false" class="">Email field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label">Mobile Number <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="primary_phone" id="primary_phone" ng-model="agentform.primary_phone" required="" aria-invalid="true">
      <div ng-show="agentForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentForm.primary_phone.$error.required" style="color:red" aria-hidden="false" class="">Mobile Number field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label">What Zip Code Are You Interested In</label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern ng-valid-maxlength" name="zip_code" id="zip_code" ng-model="agentform.zip_code" maxlength="7" pattern="^(\d{5}|[A-Z]\d[A-Z] ?\d[A-Z]\d)$"
        placeholder="12345" aria-invalid="false">
      <div ng-show="agentForm.zip_code.$error.pattern" aria-hidden="true" class="ng-hide">
        <div style="color:red"> Enter valid zip code !</div>
      </div>
    </div>
    <div class="form-btn-holder">
      <button type="submit" class="btn btn-comn-regal-blue btn-center ng-binding">Register</button>
    </div>
  </div>
</form>

Name: sendMessageForm

<form angular-validator-submit="submitSendMessage()" name="sendMessageForm" novalidate="" angular-validator="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="form-group">
    <label class="control-label col-xs-4">Email <span class="required">*</span></label>
    <div class="col-xs-8">
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="email" id="email" ng-model="sendmessage.email" required="" required-message="'Email is required'"
        invalid-message="'Invalid email'" validate-on="dirty" aria-invalid="true">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-xs-4">Name <span class="required">*</span></label>
    <div class="col-xs-8">
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="contactname" id="contactname" ng-model="sendmessage.name" validate-on="dirty" required-message="'Name field is required'" required=""
        aria-invalid="true">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-xs-4">Phone <span class="required">*</span></label>
    <div class="col-xs-8">
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" name="phone" id="phone" ng-model="sendmessage.phone"
        ng-pattern="/^$|^([\+][0-9]{1,3}[ \.\-])?([\(]{1}[0-9]{2,6}[\)])?([0-9 \.\-\/]{3,20})((x|ext|extension)[ ]?[0-9]{1,4})?$/" invalid-message="'Invalid phone number'" required-message="'Phone field is required'" required="" validate-on="dirty"
        aria-invalid="true">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label col-xs-4">Message <span class="required">*</span></label>
    <div class="col-xs-8">
      <textarea rows="3" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="msg" ng-model="sendmessage.msg" required="" required-message="'Message is required'" validate-on="dirty"
        aria-invalid="true"></textarea>
    </div>
  </div>
  <div class="form-group">
    <div class="col-xs-8 col-xs-push-4">
      <button type="submit" class="btn btn-block">Send Message</button>
    </div>
    <p class="succ-msg-home ng-binding"></p>
  </div>
</form>

Name: agentRegisterForm

<form angular-validator-submit="saveAnAgent()" name="agentRegisterForm" angular-validator="" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div class="form-area text-left">
    <div class="form-group">
      <label class="control-label" for="name">Name <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="name" id="name" ng-model="agent_register_form.name" required="" ng-readonly="sociallyRegistered == 1" aria-invalid="true">
      <div ng-show="agentRegisterForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentRegisterForm.name.$error.required" style="color:red" aria-hidden="false" class="">Name field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" for="agent_register_email">Email Address <sup>*</sup></label>
      <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="agent_register_email" id="agent_register_email" ng-model="agent_register_form.email" required=""
        ng-readonly="sociallyRegistered == 1" aria-invalid="true">
      <div ng-show="agentRegisterForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentRegisterForm.agent_register_email.$error.required" style="color:red" aria-hidden="false" class="">Email field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" for="agent_register_phone">Mobile Number <sup>*</sup></label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="agent_register_phone" id="agent_register_phone" ng-model="agent_register_form.primary_phone" required="" aria-invalid="true">
      <div ng-show="agentRegisterForm.$submitted" aria-hidden="true" class="ng-hide">
        <div ng-show="agentRegisterForm.agent_register_phone.$error.required" style="color:red" aria-hidden="false" class="">Mobile Number field is required</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" for="agent_register_zip_code">What Zip Code Are You Interested In</label>
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="agent_register_zip_code" id="agent_register_zip_code" ng-model="agent_register_form.zip_code" aria-invalid="false">
    </div>
    <div class="form-btn-holder">
      <button type="submit" class="btn btn-comn-regal-blue btn-center ng-binding">Register</button>
    </div>
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

+
 * Home
 * About
 * Floor Plans
 * Brochure
 * Contact


EN
 * EN
 * ES
 * BR
 * FR
 * CH
 * RU








ST. REGIS RESIDENCES
WELCOME


THE BRAND NEW ST REGIS RESIDENCES IN SUNNY ISLES BEACH WILL BE SPECTACULAR.
THERE WILL BE TWO LUXURIOUS RESIDENTIAL ONLY OCEANFRONT TOWERS AND WILL FEATURE
ALL THE 5 STAR AMENITIES YOU WOULD EXPECT FROM A ST REGIS PROPERTY.

DEVELOPED
BY FORTUNE INTERNATIONAL, WHO HAS BUILT- JADE BRICKELL, JADE SIGNATURE, RITZ
CARLTON RESIDENCES SUNNY ISLES, OCEANA KEY BISCAYNE , AND MANY MORE!


THE SOUTH TOWER WILL BE THE FIRST TO BE CONSTRUCTED WITH 194 RESIDENCES WITH 62
FLOORS. THE TWO TOWERS ARE GOING TO BE DESIGNED BY ARQUITECTONICA.


THE TWO ST REGIS SUNNY ISLES BEACH TOWERS WILL START NARROW IN THE BOTTOM,
BECOMING LARGER IN THE MIDDLE AND THEN NARROW AGAIN AT THE TOP. DEPENDING ON THE
LEVEL THERE WILL BE 2, 3 OR 4 RESIDENCES PER FLOOR. THE ST REGIS CONDOS WILL ALL
HAVE INCREDIBLE VIEWS

THE CORNER RESIDENCES WILL BE THE MOST LUXURIOUS
RESIDENCES WITH 3 OR 4 BEDROOMS WHILE THE CENTER RESIDENCES WILL OFFER 2
BEDROOMS PLUS DENS. THE CORNER ST. REGIS CONDOS ARE ALSO THE ONLY CONDOS THAT
ARE FLOW-THROUGH. ALL RESIDENCES WILL BE ACCESSIBLE VIA PRIVATE ELEVATOR. THE ST
REGIS RESIDENCES SUNNY ISLE BEACH WILL BE DELIVERED IN 2026.




FEATURED
AMENITIES

 * 435 linear feet of oceanfront in Sunny Isles Beach
 * Two residential towers on 4.7 acres
 * 70,000 sf of amenities
 * Managed by St Regis Hotel company
 * Residential only towers- no hotel on premises
 * Dramatic 2 story lobby
 * Fitness facilities
 * Signature restaurant
 * Resort-style food & beverage pool & beach service
 * 10 Guest Suites in each tower
 * In-home catering
 * Pet services/Car Wash
 * Children amenites
 * Located close to Aventura Mall, Bal Harbour Shops and Miami & Fort Lauderdale
   airports


RESIDENCE FEATURES

 * Spacious floor plans boasting unobstructed ocean, city and intracoastal views
 * Ceiling heights clearing 10ft in regular units and 12ft in penthouses
 * Fully-finished with flooring and closets
 * Private elevator and entry foyer in all residences
 * Service elevators
 * Italian designed kitchens with Quartz countertops
 * Miele appliances including wine cooler
 * Walk-in closets in all primary bedrooms
 * Laundry rooms with full-size washer and dryer
 * Smart home technology ready
 * Service quarters in select residences





EXCLUSIVE
VIDEOS




18801 COLLINS AVENUE
LOCATION




LEARN MORE
CONTACT US

Send Message
Send

×


LET’S CONNECT

Sign up today to learn the latest information on St. Regis Residences!

Sign in with Facebook Sign in with Google
or Sign in with Email
Name *
Name field is required
Email Address *
Email field is required
Mobile Number *
Mobile Number field is required
What Zip Code Are You Interested In
Enter valid zip code !
Register

Already Have an Account? Please Sign In


RITA JAPHET

Broker Associate
Office



18246 Collins Ave
Sunny Isles Beach, FL, 33160

Direct

305-450-6662

Email

rita@sunnyislesrealestate.com

   
   
   
   
   
   
   
   
   
 * 


 * Agent Login
 * Guest Login

ADA Compliance: In concurrence with the National Association of Realtors
guidelines, Rita Japhet is committed to providing an accessible website. If you
have difficulty accessing content, have difficulty viewing a file on the
website, or notice any accessibility problems, please contact me at 305-450-6662
to specify the nature of the accessibility issue and any assistive technology
you use. We strive to provide the content you need in the format you require.

Powered by DPI Realty Websites | © Copyright 2024 DPI Realty Websites. All
Rights Reserved.

×

ACCESSIBILITY WIDGET

Bigger Text

Speechd Text

Send Us a Message
Email *

Name *

Phone *

Message *

Send Message



×


CASA BELLA

Come home to limitless Italian sophistication and luxury.

LEARN MORE

Powered by Google Übersetzer
More Info


GET THE JUMP ON REAL ESTATE DEALS

Sign up today and receive email alerts of new listings that come on the market.

Sign in with Facebook Sign in with Google
or Sign in with Email
Name *
Name field is required
Email Address *
Email field is required
Mobile Number *
Mobile Number field is required
What Zip Code Are You Interested In
Register

Already Have an Account? Please Sign In

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern