About Us

We are a full package design and supply stationery company. Place cards, animal print gift sets, sticky notes, pens, letter paper. Personalize our products with unlimited color options for your event or wedding.

 

 

Design Your Sticky Note


















function addToCart(){ let designImage = canvas.toDataURL(); let properties = { "Line 1": lines[0]?.text || "", "Line 2": lines[1]?.text || "", "Line 3": lines[2]?.text || "", "Line 4": lines[3]?.text || "", "Line 5": lines[4]?.text || "", "Line 6": lines[5]?.text || "", "Design Preview": designImage }; fetch('/cart/add.js',{ method:'POST', headers:{'Content-Type':'application/json'}, body:JSON.stringify({ id: 45678912345, quantity:1, properties:properties }) }) .then(res=>res.json()) .then(data=>{ window.location='/cart'; }); }