Divine Discovery

Sacred Spaces

Sacred Spaces is the journey of discovering the sacred within us all - the places where we live, learn, heal, laugh, and grow, embracing all that God has created us to be.

.

Habakkuk 2:2-3

Contact

Feel the divine call to connect. Whether you seek guidance or simply wish to join our sacred community, your questions are welcomed. To subscribe to our newsletter, simply write 'newsletter'.

I made it effortless to share your experience with friends. Have them scan or, if you're using an iPhone, you can simply tap the QR code.

Share Icon
function sharePage() { if (navigator.share) { navigator .share({ title: document.title, text: "Check out this page!", url: window.location.href, }) .then(() => { console.log('Page shared successfully.'); }) .catch((error) => { console.error('Error sharing page:', error); }); } else { alert('Sharing is not supported on your device or browser.'); } }