Track your work-life balance and get personalised insights
🌟 Complete your daily tracking to receive personalised insights for tomorrow!
Your customised recommendations will help you build on today’s wins and address areas for growth.
🌟 Welcome to your Daily Harmony Tracker!
`; if (selectedTips.length > 0) { tipHTML += `Here are some areas to focus on today:
`; selectedTips.forEach(tip => { tipHTML += `• ${tip}
`; }); } else { tipHTML += `You're starting from a good place! Focus on maintaining positive habits and celebrating your wins.
`; } tipHTML += `Adjust your ratings above and click "Calculate My Harmony Score" for personalised insights! 💙
`; document.getElementById('personalisedTip').innerHTML = tipHTML; } // Call initialization when page loads initializePersonalisedTips();