We can't wait to hear from you!

Take a minute to complete the form below. We aim to get back to you within 48 hours.

Contact form

function updateFeatured(thumbnail) { const featuredImage = document.querySelector('#featured-image img'); featuredImage.src = thumbnail.src; featuredImage.alt = thumbnail.alt; }