Our Location

Contact Us

Would you like additional information about any of our outdoor living products or services? Fill out the form below and let us know what type of project you’re considering. One of our representatives will get back to you as soon as possible.

    Spring Valley, CA
    Servicing all San Diego County
    2910 Bancroft Dr. Spring Valley, CA 91977
    Monday - Friday: 8:30 a.m. - 5:00 p.m.
    Saturday: By Appointment

    Contact Us

    Would you like additional information about any of our outdoor living products or services? Fill out the form below and let us know what type of project you’re considering. One of our representatives will get back to you as soon as possible.

      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; } }); });