Real Estate Advice Regarding Mortgages and Title
Featured Listings **NOTE: If you're not seeing any listings, then currently there are no available homes in this community.**
Tim M. Clarke About the author
17 years as a Realtor in the Research Triangle, Tim seeks to transform the Raleigh-Durham real estate scene through a progressive, people-centered approach prioritizing trust & transparency.
We use cookies to improve your experience and analyze site traffic. Privacy Policy
Accept
Decline
'padding:32px 28px;box-shadow:0 2px 16px rgba(0,0,0,0.08);border-top:3px solid #E3AF5B;' +
'display:flex;flex-direction:column;gap:16px;">' +
'' + starsHTML + '
' +
'' +
'\u201C' + t.quote + '\u201D
' +
'' +
'
' + t.name + '
' +
'
' + t.detail + '
' +
'
';
}
var section = document.createElement('div');
section.id = 'tmc-testimonials';
section.innerHTML =
'' +
'
' +
'
' +
cardsHTML +
'
' +
'
' +
'\u2190 ' +
'\u2192 ' +
'
' +
'
';
section.style.cssText = 'background:#F7F5F2;padding:72px 0;font-family:Lato,sans-serif;';
// Insert before the agent section
var agentSection = document.querySelector('.agent-section');
if (agentSection) {
agentSection.parentNode.insertBefore(section, agentSection);
}
// Scrollbar styling + responsive
var style = document.createElement('style');
style.textContent = '#tmc-testimonial-track::-webkit-scrollbar{height:6px;}' +
'#tmc-testimonial-track::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px;}' +
'#tmc-testimonial-track::-webkit-scrollbar-track{background:transparent;}' +
'@media(max-width:768px){#tmc-testimonials h2{font-size:28px!important;}' +
'.tmc-testimonial-card{min-width:280px!important;max-width:320px!important;padding:24px 20px!important;}}';
document.head.appendChild(style);
})();