End-to-End Brand & Product Design for BlueFinch: A Suite of Tools and Products for the Magento Ecosystem

UX/UI Design and Brand Development for award-winning wellbeing brand, NEOM Wellbeing.

Entire brand refresh for Shopify Plus agency, Velstar.

UX/UI Design for Sculpted by Aimee, Ireland’s leading beauty brand.

UX/UI Design for Clarendon Fine Art, an esteemed member of the World’s Leading Gallery group.

Ecommerce revamp for British skincare brand, Grüum.

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