We provide roof installation, repairs, and maintenance to keep your home secure. Whether it’s leaks, storm damage, or a new roof, we deliver durable solutions. Get a free inspection today!
The LodgeThe LodgeThe LodgeThe LodgeThe LodgeThe LodgeThe LodgeThe Lodge
Flexible FINANCING Options Available
Pay for your construction project over time with financing through Acorn Finance. Pre-qualify in minutes and compare monthly payment options from multiple lenders.
BUILD YOUR HOUSE THAT TAILORED ONLY FOR YOU
Your home should reflect you – your lifestyle, your needs, and your taste. We don’t believe in one-size-fits-all solutions. From layout to finishes, we work with you to design and build a home that’s uniquely yours. Whether it’s maximizing natural light, optimizing space, or including custom features, every detail is crafted to match your vision and daily life.
function trackCTAClick(element, event) {
var eventData = JSON.parse(element.getAttribute('data-ga-event'));
// Send GA4 event
if (typeof gtag === 'function') {
gtag('event', 'cta_click', eventData);
}
var is_popup = element.getAttribute('data-cta-type');// Check if this is a popup CTA
if (is_popup === 'Popup' || eventData.cta_type === 'Popup') {
event.preventDefault();
var modalTarget = element.getAttribute('data-modal-target');
var modalElement = document.getElementById(modalTarget);
if (modalElement) {
console.log('Toggle Popup:');
// Fallback to toggle class
modalElement.classList.toggle('hidden');
modalElement.classList.toggle('flex');document.body.classList.toggle('overflow-hidden');
}
}
}