Contact Us

Hello,
If you have a question for me or would like to contact me for any reason the best way is to email me.

Paul@rawlife.com

You can also contact me on social media

You can find me on Social Media:
on https://www.facebook.com/healthwatchman/
on https://www.instagram.com/paulnison
On https://tiktok.com/@fruitfultrees?lang=en

Thank you all for contacting me.

const iframe = document.querySelector('iframe'); const player = new Vimeo.Player(iframe); player.on('play', function() { console.log('Video is playing!'); }); // Start playback after user interaction document.addEventListener('click', function() { player.play().catch(function(error) { console.error('Error playing the video:', error); }); });