A New Era of Rotational Training

TrueTurnPro is a new way of rotational training.

From Stretching Device to Strength Training Tool The versatility of the TrueTurnPro is unmatched! Quickly, the innovative stretching device converts into a futuristic strength training tool! Unlike anything before, the TrueTurnPro offers a unique opportunity to develop true isolated revolving power. Athletes competing in rotational sports such as golf, baseball, tennis, and hockey will enhance […]

document.addEventListener('DOMContentLoaded', function() { const lightbox = GLightbox({ selector: '.glightbox-video', autoplayVideos: true }); }); function openCustomModal(templateId) { var modal = document.getElementById('custom-video-modal'); var innerContent = document.getElementById('modal-inner-content'); innerContent.innerHTML = '

Loading...

'; modal.style.display = 'flex'; fetch('https://trueturnpro.com/video-template-viewer/?id=' + templateId) .then(function(response) { return response.text(); }) .then(function(html) { innerContent.innerHTML = html; }) .catch(function(err) { innerContent.innerHTML = '

Error loading content.

'; console.error(err); }); } function closeCustomModal() { var modal = document.getElementById('custom-video-modal'); modal.style.display = 'none'; document.getElementById('modal-inner-content').innerHTML = ''; }