Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
Tempe Calendar

Luminaire/ Stellaire/ Dream Class - Tempe store

INSTRUCTOR: AISHLING MULQUEEN In this class you will learn the basic operations of the machine, embroidery tips and tricks, and settings. This class is not for aveneers, that class will come soon. There is a separate design center class for those interested in creating their own designs and editing designs as well. Please let us know at least 72-hours in advance if you need to cancel your attendance from this class. If you are a no-show, you may be subject to a $25 fee to re-register. Thank you for your understanding. These operations classes fill up fast and there is a large group of customers waiting for these operations classes.

My Design Center Club Tempe Event Center

In this class you will learn the basic operations of My design center, how to create your own designs and how to build in the hoop creations.


window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));