Can you believe that the Christmas season is almost here? We’ve got a special surprise for you and your family that we’re excited to tell you about today.


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

Want to buy a home? Search all homes for sale


The Christmas season is my favorite time of the year and I’m very excited to invite you all to join me at Santa’s Workshop. 



On Saturday, December 1 from 1 p.m. to 5 p.m., we will be at 207 E Davis St in McKinney and I promise you that you don’t want to miss out. Mark your calendars now! Join me for an afternoon of fun and to have your family pictures professionally taken with Santa just in time for your holiday cards.  

This event is for all of my clients, friends, and family.


You won’t have to brave the crowds, stand in line, or search all day for parking. I’ve booked one of the most talented local photographers, Chris Smith, to come take photographs. He gets booked months in advance, so we’re really excited to have him join us for this special day.



This event is open to all of my clients, friends, and family, but feel free to bring a friend along, too. If you can make it, send me an email to [email protected] or text me at (972) 984-0511 to RSVP. If you have any other questions for me in the meantime, I’d be happy to answer them.


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



3029 Kingsbarns


2 / 3



646 Scenic Ranch Circle


3 / 3



7401 Cobblestone Court




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
}