Homezy - 404

Oops! Page can’t be found.

The page you are looking for doesn't exist or has been moved.
Back to Homepage
Homezy - Town Buildings
'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 = '
' + '
' + '

What Our Clients Say

' + '' + 'Read More Reviews \u2192' + '
' + '
' + cardsHTML + '
' + '
' + '' + '' + '
' + '
'; 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); })();