www.vanessalunarealtor.com Open in urlscan Pro
104.196.159.128  Public Scan

Submitted URL: https://vanessalunarealtor.com/
Effective URL: https://www.vanessalunarealtor.com/
Submission Tags: phishingrod
Submission: On October 06 via api from DE — Scanned from US

Form analysis 4 forms found in the DOM

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</label>
    <div class="col-xs-8">
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty 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'" validate-on="dirty" aria-invalid="false">
    </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
 * Search
   * For Sale
   * For Rent
   * Our Listings
   * Property Search
   * Exclusive Listings
 * DEVELOPMENTS
   * New Developments
   * Existing Developments
 * RESOURCES
   * AI Median Home Values
   * Ask AI
   * Looking to Invest in Real Estate
   * How Is The Real Estate Market?
   * What Is My Home Worth
   * Mortgage Calculator
   * School Information
   * Dream Home Finder
   * Free Home Evaluation
 * BLOG
 * ABOUT
 * Contact


EN
 * EN
 * ES
 * BR
 * FR
 * RU






REALTOR®


Vanessa Luna
Real Estate

I'm an expert in South Florida real estate, with a focus on listings, commercial
properties, investments, and pre-construction. I commit my craft to fulfilling
the requisition of every person I collaborate with. With my years of experience
along with my background in property mangement, I have been able to dominate my
field, while delivering profitable results for my clients. My goal is to satisfy
all of my clients expectations, and deliver favorable outcomes. I offer a
distinctive concierge service in order to carter to my client's needs. My
strength is my attention to detail, which also suggests that I have excellent
negotiating skills. I take great joy in every single transaction I do, and I've
had the good fortune to form wonderful, enduring relationships with my clients.
With the market constantly shifting, you need an expert by your side.

About Me

Looking to Buy

Looking to Sell


Looking to Rent

Get In Touch


Find Your Perfect Home

FOR SALE

SEARCH

FOR RENT

SEARCH

NEW CONSTRUCTION

SEARCH

HOME VALUE

LEARN MORE

PROPERTY

SEARCH

JUST LISTED

SEARCH

Featured New & Pre-Construction


WALDORF ASTORIA

Downtown Miami


BACCARAT

Brickell


CASA BELLA RESIDENCES

Downtown Miami


ST. REGIS RESIDENCES BRICKELL

Brickell


1428 BRICKELL

Brickell


VILLA MIAMI

Edgewater

View All Projects
Featured Listings


Hollywood, Fl


3101 S OCEAN DR # 1202

$1,975,000

Hollywood, Fl


3101 S OCEAN DR # 1202

$1,975,000

Hollywood, Fl


3101 S OCEAN DR # 1202

$1,975,000


Real Estate News
Aug 28, 2024 07:00:00 AM


AFFORDABLE RENTER-FRIENDLY HOME IMPROVEMENTS THAT ADD VALUE



Aug 15, 2024 07:00:00 AM


SELLERS LOSE THEIR ADVANTAGE, BUT LOWER RATES MAY REVIVE HOUSING MARKET
COMPETITION



Aug 12, 2024 07:03:00 AM


ONE-THIRD OF PROPERTY MANAGERS ARE OFFERING CONCESSIONS AS RENTAL MARKET COOLS



Sep 19, 2024 07:00:00 AM


MOVE OVER, GYMS AND POOLS: RENTERS WANT PET AREAS AND HAPPY HOUR



Sep 12, 2024 04:00:00 AM


RATE DROPS, MORE INVENTORY ADD INTRIGUE TO HOUSING 'OFFSEASON'



Aug 28, 2024 07:00:00 AM


AFFORDABLE RENTER-FRIENDLY HOME IMPROVEMENTS THAT ADD VALUE



Aug 15, 2024 07:00:00 AM


SELLERS LOSE THEIR ADVANTAGE, BUT LOWER RATES MAY REVIVE HOUSING MARKET
COMPETITION



Aug 12, 2024 07:03:00 AM


ONE-THIRD OF PROPERTY MANAGERS ARE OFFERING CONCESSIONS AS RENTAL MARKET COOLS



Sep 19, 2024 07:00:00 AM


MOVE OVER, GYMS AND POOLS: RENTERS WANT PET AREAS AND HAPPY HOUR



Sep 12, 2024 04:00:00 AM


RATE DROPS, MORE INVENTORY ADD INTRIGUE TO HOUSING 'OFFSEASON'



Aug 28, 2024 07:00:00 AM


AFFORDABLE RENTER-FRIENDLY HOME IMPROVEMENTS THAT ADD VALUE




×


LET'S CONNECT

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
Enter valid zip code !
Register

Already Have an Account? Please Sign In


VANESSA LUNA

REALTOR®
Office

Julies Realty

1700 Kennedy Causeway
North Bay Village, FL, 33141

Direct

305-873-4460

Email

realtorvlunamiami@gmail.com

   
 * 
   
   
   
   
   
   
   
   
   
 * 

Agent Login / Guest Login / Accessibility ADA


ADA Compliance: In concurrence with the National Association of Realtors
guidelines, Vanessa Luna 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-873-4460
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




Powered by Translate
More Info
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

Original text

Rate this translation
Your feedback will be used to help improve Google Translate