Skip to main content

Get in Touch

Contact Tammy today to discuss your project, and begin designing an outdoor environment tailored to your desires.

Location

Austin, TX

    document.addEventListener('click', function(e) { const phone = e.target.closest('.click-phone'); const email = e.target.closest('.click-email'); if (phone) { e.preventDefault(); e.stopPropagation(); window.location.href = 'tel:+15127363670'; return; } if (email) { e.preventDefault(); e.stopPropagation(); window.location.href = 'mailto:ts.bracha@gmail.com'; return; } }, true);