Month: April 2026


The Different Types of Patio Covers: Which One is Right for Your Home?

A patio cover is more than just a practical addition to your outdoor space—it’s an opportunity to enhance your backyard’s comfort, style, and functionality. With a patio cover, you can enjoy protection from the sun, rain, and other elements while creating an inviting space for entertaining, dining, or relaxing. However, not all patio covers are created equal. Understanding the different 

Read More
Learn More About Our Outdoor Living Remodels

    document.querySelectorAll('.phone-cta a').forEach(function(phoneLink) { phoneLink.addEventListener('click', function(event) { // Get the phone number from the href attribute const phoneNumber = phoneLink.getAttribute('href').replace('tel:', ''); // Check if the user is on a desktop (screen width >= 768px) const isDesktop = window.matchMedia("screen and (min-width: 768px)").matches; // If it's a desktop, open a VoIP app (e.g., Skype) if (isDesktop) { event.preventDefault(); // Prevent the default behavior (link following) // Create the Skype link using the phone number const skypeLink = `skype:${phoneNumber}?call`; // Skype example // Redirect to the Skype app (or any other VoIP app that supports the "tel:" link) window.location.href = skypeLink; } }); });