Art Direction for Monday Muse’s 2022/2023 product launches.

Working directly with the founder of Monday Muse, I lead the Art Direction for their 2022/2023 product launches.

While the primary focus of the photography was to showcase the products on the Monday Muse website, we recognised the importance of creating versatile assets that could be adapted for press features, social media, and campaigns.

// Select all images in the "gallery" class const images = document.querySelectorAll('.work img'); // Loop through each image and add the loading attribute images.forEach(image => { image.setAttribute('loading', 'lazy'); });