City: Rancho Santa Fe


Sunrooms, Pergolas, and Custom Patios in Rancho Santa Fe, CA

Rancho Santa Fe’s warm climate and abundant sunshine make outdoor living a big part of daily life. Whether you’re thinking about adding a sunroom, upgrading your yard with a pergola, or creating a comfortable shaded area with a patio cover, Pacific Patio has the experience to bring your vision to life. With years of experience serving Rancho Santa Fe homeowners, 

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