Entire brand refresh for Shopify Plus agency, Velstar.

Art Direction & Stop Motion for wellbeing brand, Wellbel.

UX/UI Design for award-winning jewellery boutique, Sarah Layton.

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

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