Ecommerce store design produced as part of a design task.

Booking Management Interface Design for Travel Agency

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

Entire brand refresh for Shopify Plus agency, Velstar.

UX/UI Design & Brand Elevation for BullyBillows, leaders in the pet-accessory industry.

Full Design Service for Big Picture Foods.

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

UX/UI Design and Brand Development for gourmet brownie company, Bad Brownie.

UI Design for refurbished home appliances brand, Renew2U.

Redesigning SikSilk’s Shopify store from the ground up.

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