I hope to see you at my upcoming client appreciation event!


Want to sell your home? Get a FREE home value report

Want to buy a home? Search all homes for sale



I wouldn’t have a successful real estate business without the support of my clients, which is why I have an exciting announcement for everyone. My second annual client appreciation event is coming up! Join me at Mitas Hill Vineyard (2300 Vineyard Hill Ln, McKinney, TX 75071) on Saturday, April 20, from 3:30 p.m. to 6 p.m.



This gorgeous vineyard’s greenery and views offer the perfect backdrop for the wonderful food and wine we’ll be sharing together. There’ll be live music as well, and it should be a beautiful evening for everyone who attends. 



This event is for my clients and their families, though I encourage you to bring your friends as well. Kids are more than welcome, and since the event takes place the day before Easter, the Easter Bunny may make an appearance!  

It should be a beautiful evening for everyone who attends.


If you plan on attending, RSVP in advance and let me know how many people you’ll be bringing. I want to make sure there’s plenty to go around for everyone! 



Let me know by giving me a call at 972-984-0511 or sending an email to [email protected]. I hope to see you there!


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Caption text */
.text {
color: #333333;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
background-color: #ffffff
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 128px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1s;
animation-name: fade;
animation-duration: 1s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}

Featured Listings
Available near you:


1 / 3



2210 Laurel Street


2 / 3



3041 Clearwater Drive


3 / 3



10078 Sharps Road




var slideIndex = 0;
showSlides();

function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 3000); // Change image every 3 seconds
}