Donate Visit 988 Site Call 988 Call TCN

 Social Wellness

Cultivating Meaningful Connections & Healthy Digital Habits

Social wellness is all about creating and nurturing healthy relationships with others, fostering a deep sense of belonging and support. It covers how we connect with family, friends, and colleagues, how we engage with our wider community, and even how we interact with technology and social media. Nurturing your social well-being means building authentic connections, setting clear personal boundaries, actively participating in your community, and navigating the digital world mindfully. All of this ensures your interactions enhance, rather than detract from, your overall mental health and quality of life.

Digital Wellbeing

Friendships & Relationships

Community & Group Wellbeing

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });