1059fiesta.com
Open in
urlscan Pro
3.33.207.30
Public Scan
URL:
https://1059fiesta.com/
Submission: On September 29 via api from BE — Scanned from DE
Submission: On September 29 via api from BE — Scanned from DE
Form analysis
2 forms found in the DOM<form @submit.prevent="beforeSubmitForm" id="agent-contact-form" novalidate="" class="grid grid-cols-1 gap-y-4 sm:gap-x-8 md:grid-cols-2">
<div class="flex flex-col gap-2.5">
<div class="text-left">
<label for="name" class="text-left mb-2 text-bg-contrast">NAME</label>
<div class="mt-1 text-left">
<input type="text" name="name" id="name" autocomplete="name" class="block w-full border-2 border-neutral-200 py-2 px-3 focus:outline-none
focus:ring-0 focus:border-neutral-500">
<span x-show="!validForm.fields.name.valid" class="error-msg text-bg-contrast">Name cannot be empty</span>
</div>
</div>
<div class="text-left">
<label for="email" class="text-left mb-2 text-bg-contrast">EMAIL</label>
<div class="mt-1 text-left">
<input id="email" name="email" type="email" autocomplete="email" class="block w-full border-2 border-neutral-200 py-2 px-3 focus:outline-none
focus:ring-0 focus:border-neutral-500" data-error-msg="Email address must be a valid address">
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'required'" class="error-msg text-bg-contrast">Email cannot be empty</span>
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'email'" class="error-msg text-bg-contrast">Provide a valid email address</span>
</div>
</div>
<div class="text-left">
<label for="phone-number" class="text-left mb-2 text-bg-contrast">PHONE</label>
<div class="mt-1 text-left">
<input type="text" name="phone" id="phone-number" autocomplete="phone-number" placeholder="(415)555-1234" class="block w-full border-2 border-neutral-200 py-2 px-3 focus:outline-none
focus:ring-0 focus:border-neutral-500" data-error-msg="Phone number cannot be empty">
<span x-show="!validForm.fields.phone.valid" class="error-msg text-bg-contrast">Phone number cannot be empty</span>
</div>
</div>
</div>
<div class="flex flex-col">
<div class="flex justify-between">
<label for="message" class="text-bg-contrast">MESSAGE</label>
</div>
<div class="mt-1 h-full text-left">
<textarea id="message" name="message" rows="4" placeholder="Write your message here..." class="block w-full h-full border-2 border-neutral-200 py-2 px-3 resize-none
focus:outline-none focus:ring-0 focus:border-neutral-500" aria-describedby="message-max"></textarea>
<span x-show="!validForm.fields.message.valid" class="error-msg text-bg-contrast">Message cannot be empty</span>
</div>
</div>
<div class="sm:flex sm:justify-center text-sm mt-2 text-bg-contrast md:col-span-2">
<p>The site is protected by reCAPTCHA and the <a href="https://policies.google.com/privacy" class="hover:underline" target="_blank">Google Privacy Policy</a> and
<a href="https://policies.google.com/terms" class="hover:underline" target="_blank">Terms of Service</a> apply. </p>
</div>
<div class="flex justify-center md:col-span-2">
<button type="submit" class="button-style mt-1 disabled:cursor-not-allowed disabled:opacity-50
md:!px-12 w-full md:w-auto" id="contact-submit" x-bind:disabled="sendingForm"> Send <i class="fa-duotone fa-spinner-third fa-spin ml-2" x-show="sendingForm"></i>
</button>
</div>
</form>
<form @submit.prevent="beforeSubmitForm" id="agent-contact-form" novalidate="" class="grid grid-cols-1 gap-y-4 sm:gap-x-8 md:grid-cols-2">
<div class="flex flex-col gap-2.5">
<div class="text-left">
<label for="name" class="text-left mb-2 text-bg-contrast">NAME</label>
<div class="mt-1 text-left">
<input type="text" name="name" id="name" autocomplete="name" class="block w-full border-2 border-neutral-200 py-2 px-3 focus:outline-none
focus:ring-0 focus:border-neutral-500">
<span x-show="!validForm.fields.name.valid" class="error-msg text-bg-contrast" style="display: none;">Name cannot be empty</span>
</div>
</div>
<div class="text-left">
<label for="email" class="text-left mb-2 text-bg-contrast">EMAIL</label>
<div class="mt-1 text-left">
<input id="email" name="email" type="email" autocomplete="email" class="block w-full border-2 border-neutral-200 py-2 px-3 focus:outline-none
focus:ring-0 focus:border-neutral-500" data-error-msg="Email address must be a valid address">
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'required'" class="error-msg text-bg-contrast" style="display: none;">Email cannot be empty</span>
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'email'" class="error-msg text-bg-contrast" style="display: none;">Provide a valid email address</span>
</div>
</div>
<div class="text-left">
<label for="phone-number" class="text-left mb-2 text-bg-contrast">PHONE</label>
<div class="mt-1 text-left">
<input type="text" name="phone" id="phone-number" autocomplete="phone-number" placeholder="(415)555-1234" class="block w-full border-2 border-neutral-200 py-2 px-3 focus:outline-none
focus:ring-0 focus:border-neutral-500" data-error-msg="Phone number cannot be empty">
<span x-show="!validForm.fields.phone.valid" class="error-msg text-bg-contrast" style="display: none;">Phone number cannot be empty</span>
</div>
</div>
</div>
<div class="flex flex-col">
<div class="flex justify-between">
<label for="message" class="text-bg-contrast">MESSAGE</label>
</div>
<div class="mt-1 h-full text-left">
<textarea id="message" name="message" rows="4" placeholder="Write your message here..." class="block w-full h-full border-2 border-neutral-200 py-2 px-3 resize-none
focus:outline-none focus:ring-0 focus:border-neutral-500" aria-describedby="message-max"></textarea>
<span x-show="!validForm.fields.message.valid" class="error-msg text-bg-contrast" style="display: none;">Message cannot be empty</span>
</div>
</div>
<div class="sm:flex sm:justify-center text-sm mt-2 text-bg-contrast md:col-span-2">
<p>The site is protected by reCAPTCHA and the <a href="https://policies.google.com/privacy" class="hover:underline" target="_blank">Google Privacy Policy</a> and
<a href="https://policies.google.com/terms" class="hover:underline" target="_blank">Terms of Service</a> apply. </p>
</div>
<div class="flex justify-center md:col-span-2">
<button type="submit" class="button-style mt-1 disabled:cursor-not-allowed disabled:opacity-50
md:!px-12 w-full md:w-auto" id="contact-submit" x-bind:disabled="sendingForm"> Send <i class="fa-duotone fa-spinner-third fa-spin ml-2" x-show="sendingForm" aria-hidden="true" style="display: none;"></i>
</button>
</div>
</form>
Text Content
1059 FIESTA DRIVE, SAN MATEO Toggle navigation * Home * Gallery * Features * Neighborhood * Maps * Agent Info * Schedule * Contact * Home * Gallery * Features * Neighborhood * Maps * Agent Info * Schedule * Contact PAULA ROSE PRESENTS EXCEPTIONAL SAN MATEO HOME $1,475,000 ALL PROPERTY PHOTOS View more PROPERTY DETAILS Bedrooms 3 Bathrooms 2 Square Feet 1,200 sq ft Neighborhood Fiesta Gardens OWN A SAN MATEO GEM Welcome home to 1059 Fiesta Drive. Experience the perfect blend of style and comfort in this beautifully remodeled 3-bedroom, 2-bathroom home all on one level. Situated on a generous corner lot, this property features an open floor plan that maximizes space and light, ideal for both relaxed living and entertaining both indoor and outdoor. Stunning hardwood floors run throughout, adding a touch of elegance to every room. The kitchen has an eat-in breakfast area and lots of cabinet + counter space with stainless steel appliances. The living room has a wood burning fireplace for cozy fall evenings and is next to the dining room. All 3 bedrooms overlook the garden and the primary suite has a private bath. The expansive outdoor area offers plenty of space for gardening, entertaining, or simply enjoying the outdoors. With its modern updates and inviting layout, this home is ready to welcome you. 2 car parking and laundry in garage. With its proximity to the community clubhouse, enjoy access to a sparkling pool, a private cabana, and other amenities managed by the HOA, providing a true sense of community. Close to schools, shopping and easy access to fwy and transportation. 1059 Fiesta Drive, when you're here, you're home. NEIGHBORHOOD Keep reading View more Paula Rose Realtor® | Luxury Market Specialist DRE: #01347612 Office: 415.724.3424 paula4homes@gmail.com Paula4homes.com SCHEDULE Upcoming Events Saturday Sep 21 Open House Tours 2:00 PM - 4:00 PM Sunday Sep 22 Open House Tours 2:00 PM - 4:00 PM Request an appointment GET IN TOUCH NAME Name cannot be empty EMAIL Email cannot be empty Provide a valid email address PHONE Phone number cannot be empty MESSAGE Message cannot be empty The site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Send GET IN TOUCH NAME Name cannot be empty EMAIL Email cannot be empty Provide a valid email address PHONE Phone number cannot be empty MESSAGE Message cannot be empty The site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Send THANK YOU! Your message has been received. We will reply using one of the contact methods provided in your submission. SORRY, THERE WAS A PROBLEM Your message could not be sent. Please refresh the page and try again in a few minutes, or reach out directly using the agent contact information below. Paula Rose Realtor® | Luxury Market Specialist DRE: #01347612 Office: 415.724.3424 paula4homes@gmail.com Paula4homes.com Email Us Email Us Email Us Home Agent Login Disclaimers Floor Plans:. All square footage is approximate. Floor plans, dimensions and square footage are for marketing purposes only. Schools:. Interested parties should independently verify school district availability. School attendance is not guaranteed. Information Accuracy:. Open Homes has not investigated or verified the accuracy of information on this website. Buyers are responsible for verifying all information they deem important. Contact Us Privacy Policy Terms of Use Accessibility Policy Enable High-Contrast Mode Follow us: Facebook Instagram Vimeo Twitter © 2024 Open Homes Photography Made with in California 1 / 83 1 / 0