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

Our collaborative efforts focused on revitalising their brand identity, enhancing the user experience through intuitive UX/UI design, implementing the latest Shopify 2.0 features, creating and launching an engaging Amazon Storefront, and optimising their email marketing campaigns.

I took on the task of elevating BullyBillows’ online presence and creating a cohesive brand experience across various digital platforms. Through a meticulous brand identity refresh, I refined and modernised the visual elements, capturing the essence of the brand while infusing it with a fresh and contemporary aesthetic.

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