I have a very special announcement: You’re invited to our second annual Red Gala! Stay tuned for details.


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

Want to buy a home? Search all homes for sale



If you’re reading this, you’ve been invited to join us on Friday, October 18, at 7 p.m. for our second annual Red Gala! 



This black-tie event will take place in the downtown McKinney area, and the proceeds go to the benefit of the American Heart Association. This will truly be a night to remember.



Our first event was kept open to mostly our friends within the real estate industry because we wanted to make sure the gala turned out as well as we’d hoped—and it certainly did! The feedback we received was very encouraging, and so this year, we’re extending the invitation to all our friends outside the industry.



Rumor has it that I might have some influence over the music played, and if that’s the case, I can promise you it will be an incredibly romantic evening with lots of love songs in the air. 

The proceeds of this year’s Red Gala will fund cardiovascular medical research.


Of course, the best part of the gala is that we get to support the American Heart Association—a nonprofit, volunteer-based health agency whose headquarters is right here in our own Dallas, Texas. Their mission statement was updated last year, and it now reads, “To be a relentless force for a world of longer, healthier lives.” How wonderful is that? 



The proceeds of this year’s Red Gala will fund cardiovascular medical research. I’m sure you’re aware by now that heart disease is the leading cause of death in the United States—second only to cancer. Most of us know someone who has suffered a heart attack or stroke; heart disease truly hits close to home for a lot of people. This gala is an incredible opportunity to celebrate the good life with our loved ones while benefiting an invaluable organization.



The ball is private, invitation-only, and tickets are limited. We will be asking for a $75 donation per person. There will also be some sponsorship opportunities. If you would like to attend, reach out to let me know in advance. It would be a huge honor if you could make it.

If you have any other questions or would like more information, feel free to give me a call or send me an email. I look forward to hearing from you soon.


* {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



4520 Acacia Pkwy


2 / 3



4316 Stonecrest


3 / 3



845 Underwood




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
}