// Page under construction export default function HealingJourneys() { return ( <main> <h1>Healing Journeys</h1> <p>Coming soon...</p> </main> ) }