onxhomesbyenid.com Open in urlscan Pro
54.176.143.66  Public Scan

URL: https://onxhomesbyenid.com/
Submission: On August 04 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="contact-form pt-3" novalidate="novalidate">
  <input type="hidden" name="uuid" value="14204c70-500f-11ef-90c3-02eb44381063">
  <div class="success-msg text-center" role="alert">
    <h5 class="heading-color-overlay">Message Sent</h5>
    <div class="heading-color-overlay">Thanks for reaching out. I'll be in touch soon.</div>
    <button type="button" class="btn btn-done btn-lg rounded-0 text-uppercase mt-5">Done</button>
  </div>
  <div class="contact-fields-wrapper">
    <div class="form-group">
      <div class="row">
        <div class="col-12">
          <div class="f-container">
            <input class="form-control contact-fields rounded-0" type="text" name="name" placeholder="Your name" value="">
            <div class="f-label"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="row">
        <div class="col-12">
          <div class="f-container">
            <input class="form-control contact-fields rounded-0" type="text" name="email" placeholder="Email" value="">
            <div class="f-label"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="row">
        <div class="col-12">
          <div class="f-container">
            <input class="form-control contact-fields rounded-0" type="text" name="phone" placeholder="Phone" value="">
            <div class="f-label"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="row">
        <div class="col-sm-12">
          <div class="f-container">
            <textarea class="form-control contact-fields contact-message rounded-0 message" name="message" placeholder="Your message"></textarea>
            <div class="f-label"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="captcha-div mb-3"></div>
    <div class="">
      <button type="submit" name="submit" class="btn btn-block btn-lg btn-send-message text-uppercase rounded-0 ctc-101"> Let's Talk </button>
    </div>
    <div class="my-2">
      <div class="error-msg font-size-80"> Missing required fields </div>
    </div>
  </div>
</form>

<form id="mc-form" class="mc-form">
  <input type="hidden" name="currency" id="currency" value="$">
  <div class="row form-group align-items-center justify-content-center">
    <div class="col-6 col-lg-3 text-center">
      <label for="price" class="small"><span class="d-none d-sm-inline">Purchase </span>Price</label>
      <span class="icon-custom ml-1">
        <svg height="22" width="18" aria-hidden="true" focusable="false" class="d-inline mb-1" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
          <path fill="currentColor"
            d="M485.52 384H528a16 16 0 0 0 16-16v-42.46a32 32 0 0 0-9.37-22.63L303.2 71.47l-71.7 71.7 231.39 231.45a32 32 0 0 0 22.63 9.38zM208.9 120.57l71.7-71.8L238.8 7a24.1 24.1 0 0 0-33.9 0L167 44.87a24 24 0 0 0 0 33.8zM128 368a16 16 0 0 0 16 16h283l-48-48H144a16 16 0 0 0-16 16zm480-240H405l48 48h139v288H48V176h171.07l-10.2-10.2-22.6-22.6-15.2-15.2H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32zM144 304h203l-48-48H144a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16z">
          </path>
        </svg>
      </span>
      <input type="text" class="form-control numclean rounded-0" name="price" id="price" placeholder="$" value="500000">
    </div>
    <div class="col-6 col-lg-2 text-center">
      <label for="dp" class="small">Down Payment</label>
      <span class="icon-custom ml-1">
        <svg height="18" width="18" aria-hidden="true" focusable="false" class="d-inline mb-1" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
          <path fill="currentColor"
            d="M326 115.91l55.4-81.18A24 24 0 0 0 360 0H152a24 24 0 0 0-21.47 34.73L186 115.92C-9.82 235.66.08 392.05.08 412c0 55.23 49.11 100 109.69 100h292.49c60.57 0 109.68-44.77 109.68-100 0-19.59 8.8-177-185.94-296.09zM314.28 48l-38.22 56h-40.12l-38.22-56zm149.66 364c0 28.67-27.67 52-61.68 52H109.77c-34 0-61.68-23.33-61.68-52-.82-81 32.63-175.45 170.91-260h74.08c137.58 84.18 171.53 178.93 170.86 260z">
          </path>
        </svg>
      </span>
      <select class="custom-select rounded-0 select-rounded-0" name="dp" id="dp">
        <option value="0">0 %</option>
        <option value="3">3 %</option>
        <option value="5">5 %</option>
        <option value="10">10 %</option>
        <option value="15">15 %</option>
        <option value="20" selected="">20 %</option>
        <option value="25">25 %</option>
        <option value="30">30 %</option>
        <option value="35">35 %</option>
        <option value="40">40 %</option>
        <option value="45">45 %</option>
        <option value="50">50 %</option>
        <option value="55">55 %</option>
        <option value="60">60 %</option>
        <option value="65">65 %</option>
        <option value="70">70 %</option>
      </select>
    </div>
    <div class="col-6 col-lg-2 text-center">
      <label for="rate" class="small">Interest Rate</label>
      <span class="icon-custom ml-1">
        <svg height="18" width="18" aria-hidden="true" focusable="false" class="d-inline mb-1" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
          <path fill="currentColor"
            d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z">
          </path>
        </svg>
      </span>
      <select class="custom-select rounded-0 select-rounded-0" name="rate" id="rate">
        <option value="4.25">4.25 %</option>
        <option value="4.375">4.375 %</option>
        <option value="4.5">4.5 %</option>
        <option value="4.75">4.75 %</option>
        <option value="5.0">5.0 %</option>
        <option value="5.125">5.125 %</option>
        <option value="5.25">5.25 %</option>
        <option value="5.5">5.5 %</option>
        <option value="5.75">5.75 %</option>
        <option value="6.0">6.0 %</option>
        <option value="6.125">6.125 %</option>
        <option value="6.25">6.25 %</option>
        <option value="6.375">6.375 %</option>
        <option value="6.5" selected="">6.5 %</option>
        <option value="6.75">6.75 %</option>
        <option value="7.0">7.0 %</option>
        <option value="7.25">7.25 %</option>
        <option value="7.50">7.50 %</option>
        <option value="7.75">7.75 %</option>
        <option value="8.0">8.0 %</option>
        <option value="8.25">8.25 %</option>
        <option value="8.5">8.5 %</option>
      </select>
    </div>
    <div class="col-6 col-lg-2 text-center">
      <label for="term" class="small">Loan Term</label>
      <span class="icon-custom ml-1">
        <svg height="18" width="18" aria-hidden="true" focusable="false" class="d-inline mb-1" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
          <path fill="currentColor"
            d="M400 64h-48V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H128V12c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zM48 96h352c8.822 0 16 7.178 16 16v48H32v-48c0-8.822 7.178-16 16-16zm352 384H48c-8.822 0-16-7.178-16-16V192h384v272c0 8.822-7.178 16-16 16z">
          </path>
        </svg>
      </span>
      <select class="custom-select rounded-0 select-rounded-0" name="term" id="term">
        <option value="5">5 yrs</option>
        <option value="10">10 yrs</option>
        <option value="15">15 yrs</option>
        <option value="20">20 yrs</option>
        <option value="25">25 yrs</option>
        <option value="30" selected="">30 yrs</option>
        <option value="35">35 yrs</option>
        <option value="40">40 yrs</option>
      </select>
    </div>
    <div class="col-6 col-lg-3">
      <button type="button" class="btn btn-payment btn-custom rounded-0 text-uppercase btn-block ctc-63" id="calcpay"> Estimate Payment </button>
    </div>
  </div>
</form>

<form class="contact-form" novalidate="novalidate">
  <input type="hidden" name="uuid" value="14204c70-500f-11ef-90c3-02eb44381063">
  <div class="success-msg text-center">
    <h5>Thanks!</h5>
    <p>Your message was sent. Be in touch soon.</p>
    <div class="mt-2 text-primary">
      <a class="text-underline cursor-pointer reset-contact-form">Send another message</a>
    </div>
  </div>
  <div class="row">
    <div class="col px-2 px-sm-4 px-lg-5 py-4">
      <div class="contact-fields-wrapper">
        <div class="form-group">
          <div class="row">
            <div class="col-12">
              <input class="form-control contact-fields rounded-0" type="text" name="name" placeholder="Your Name" value="">
            </div>
          </div>
        </div>
        <div class="form-group">
          <div class="row">
            <div class="col-12">
              <input class="form-control contact-fields rounded-0" type="text" name="email" placeholder="Email" value="">
            </div>
          </div>
        </div>
        <div class="form-group">
          <div class="row">
            <div class="col-12">
              <input type="text" class="form-control contact-fields rounded-0" name="phone" placeholder="Your Phone #" value="">
            </div>
          </div>
        </div>
        <div class="form-group">
          <div class="row">
            <div class="col-sm-12">
              <textarea class="form-control contact-fields contact-message rounded-0" name="message" placeholder="Message"></textarea>
            </div>
          </div>
        </div>
        <div class="captcha-div mb-3"></div>
        <div class="text-center pt-2">
          <button type="submit" name="submit" class="btn btn-custom btn-lg btn-send-message text-uppercase rounded-0 ctc-55"> Send Message </button>
        </div>
      </div>
    </div>
  </div>
  <div id="msg" class="message"></div>
  <div class="error-msg" id="contact-error"> </div>
</form>

Text Content

Home Communities X+ Construction Meet Onx Area Mortgage Calculator Preferred
Vendors Contact

ENID CINTRON


 * Home
 * Communities
 * X+ Construction
 * Meet Onx
 * Area
 * Mortgage Calculator
 * Preferred Vendors
 * Contact


ENID CINTRON



ONX COMMUNITY SPECIALIST

CONTACT ME

MESSAGE SENT

Thanks for reaching out. I'll be in touch soon.
Done
Let's Talk
Missing required fields


ONX HOMES COMMUNITIES

Active
Burnt Store Lakes
Punta Gorda, FL 33955
3 & 4 Bedrooms
Starting in the 500's


X+ CONSTRUCTION


1 SYSTEM. A COORDINATED PROCESS.

From start to finish, every aspect of an Onx home is part of a holistic design
process perfected by cutting-edge technology. The result is impeccable
construction imbued with a deep reverence for the details that give a home its
innate beauty.


POD+ CONFIGURATOR

The Onx pod configurator is unique – no lifting hooks or external handling
abrasions. Fully automated, it is free of manual errors, achieving the necessary
strength in just 6 hours.


SMART MESH MACHINE

Our in-house rebar production uses state-of-the-art engineered mesh machines and
aligns all parts of the construction project to eliminate inventory waste and
facilitate a smooth, efficient process




VIDEOS






SOUTHWEST FLORIDA

PUNTA GORDA

Discover the enchanting charm of Punta Gorda, just 30 minutes north of Fort
Myers on Florida’s Southwest Coast! This family-friendly haven is packed with
adventures, from saltwater and freshwater fun to waterfront shopping,
award-winning dining, and a taste of old-Florida allure.

Punta Gorda is renowned as one of the world’s top sport-fishing destinations,
perfectly perched where the Peace River meets Charlotte Harbor. Whether you’re
into yachting, sailing, paddling, or fossil hunting, this area has it all.
Anglers can chase largemouth bass in the Peace River or reel in tarpon, cobia,
grouper, and red drum in the abundant waters of Charlotte Harbor.

Shopping and dining? No need to stray from the waterfront! Stroll along
Harborwalk, a lively 2.5-mile stretch along Charlotte Harbor, leading to
Fishermen’s Village. Here, you’ll find an array of unique shops and restaurants
serving fresh coastal cuisine with stunning water views. Families will love
Laishley Park, also on Harborwalk, featuring an interactive fountain and a
400-foot fishing pier.

Outdoor recreation and family fun go hand in hand at Punta Gorda’s parks and
attractions. Wander through Peace River Botanical & Sculpture Gardens, meet the
fascinating animals at Iguanaland and Octagon Wildlife Sanctuary, or catch a
sunset cruise to spot playful dolphins. Don’t miss the Charlotte Harbor
Environmental Center, where you can explore the area’s diverse plants, animals,
and ecosystems.

Ready to explore Punta Gorda? This coastal gem is waiting to welcome you with
open arms!

CAPE CORAL

Get ready to be dazzled by Cape Coral! Just 15 minutes from Fort Myers on
Florida’s Southwest Coast, this boater’s dream offers 400 miles of canals and
stunning waterfront homes.

Cape Coral is a paradise for families and nature lovers, with over 1,500 acres
of parks and attractions. Stroll through Four Mile Cove Ecological Preserve,
where you can spot wildlife along the scenic boardwalk. Visit Sirenia Vista Park
in cooler months to catch a glimpse of manatees or enjoy kayaking, birdwatching,
and fishing.

Kids will love Rotary Park’s butterfly house, observation tower, and playground,
while Sun Splash Family Waterpark and Gator Mike’s Family Fun Park offer even
more excitement.

Hop on a boat tour or rent one to explore the river or the nearby Gulf islands.
Whether fishing from a boat, a pier, or a boardwalk, Cape Coral’s waters are
teeming with opportunities.

And when hunger strikes, treat yourself to a local brew, fresh seafood at Fish
Tale Grill, or authentic Sicilian and Italian fare at Gusto Cucina Italiana.

Your Cape Coral adventure awaits—plan your trip now at Visit Fort Myers!


MORTGAGE CALCULATOR

ESTIMATE YOUR PAYMENT

Purchase Price
Down Payment 0 % 3 % 5 % 10 % 15 % 20 % 25 % 30 % 35 % 40 % 45 % 50 % 55 % 60 %
65 % 70 %
Interest Rate 4.25 % 4.375 % 4.5 % 4.75 % 5.0 % 5.125 % 5.25 % 5.5 % 5.75 % 6.0
% 6.125 % 6.25 % 6.375 % 6.5 % 6.75 % 7.0 % 7.25 % 7.50 % 7.75 % 8.0 % 8.25 %
8.5 %
Loan Term 5 yrs 10 yrs 15 yrs 20 yrs 25 yrs 30 yrs 35 yrs 40 yrs
Estimate Payment
 * Down Payment
   $100,000
 * Loam Amount (Borrowed)
   $400,000
 * Estimated Monthly Payment *
   $361.61 (Principal) + $2,166.67 (Interest) = $2,528.27 (Total per month)

* Estimated payment does not include property taxes and insurance.


RECOMMENDED VENDORS

Home Insurance

ALLSTATE INSURANCE

786-703-9914
https://agents.allstate.com/yesis-go
Mortgages / Loans

NFM LENDING

305-600-5420
https://nfmlending.com/onx/
Title and Escrow

VANTAGE TITLE AND ESCROW

(305) 461-9500
https://www.cuevaslaw.com/


CONTACT ME

Mobile
407-270-0307
Email
enid.cintron@onxhomes.com

THANKS!

Your message was sent. Be in touch soon.

Send another message
Send Message



ENID CINTRON

COMMUNITY SPECIALIST, ONX HOMES WEST COAST

 
Privacy, Cookie & Web Accessibility Policy