top of page
Choose your pricing plan
OD Career Coaching
2,000$M.O.S.T. Meaningful Career Coaching Program with Dr. BrendelValid for 3 months- MOST Meaningful Career Coaching
bottom of page
function copyText() { const text = document.getElementById('text-to-copy').innerText; navigator.clipboard.writeText(text).then(() => { alert('Text copied to clipboard'); }).catch(err => { alert('Error in copying text: ', err); }); }