'use client' import { useAuth } from '@/lib/hooks/useAuth' import { Link } from '@/components/common/Link' export default function DashboardPage() { const { user } = useAuth() return (
We're glad you're here. This is your personal space to connect, learn, and grow.
Join the conversation in our forums. Connect with others who understand your journey.
Go to ForumExplore our curated collection of resources to support you.
Browse ResourcesRead the latest stories and insights from our community blog.
Read Blog