What people are Saying

Testimonials from past Wrken clients

and workshop participants.

1:1 Client Testimonials

Marley

“My way of being has changed a lot. I am so much more articulate with my wants, or how I want to spend my time. I’ve grown and changed in such positive ways because of the work we’ve done, and how honest I’ve gotten to be. It’s not like talking to a therapist—we’re two people in the world, experiencing things, knowing each other…that’s what it’s like to have a coach.”

Joslyn

Seve has helped me not just transform my body in terms of weight loss and strength development but empowering my relationship with Self. I don’t define my self worth on how skinny I am or other vanity/societal driven metrics. I see myself now as a strong woman.” 

Frank

“Our time together has opened up a space for me to reflect, to align myself with self-serving things in my life. It has really helped me create a life that I’m proud about.” 

Jodi

You really opened my mind to a lot of other functional-type movements to do, and I noticed a lot of changes with my body. It was hard to make that adjustment because I was so used to one thing, but once I was like, “okay, just be open-minded, trust the process”, it really worked. You gave me some ideas, and those are at the forefront of my mind now…some of those things I just really crave for my body.”

Jeff

“Prior to work with Seve I was at a breaking point with my low back pain but since working with him and his holistic approach, I have virtually no back pain at all. This has allowed for me to have more energy and presence in all other areas of my life.”

Hear from Our Clients

Testimonials

5 Videos

Wrken Ceremonies Testimonials

document.addEventListener('DOMContentLoaded', function() { // Open new tab immediately on submit button click (to bypass popup blockers) const popupForm = document.querySelector('#elementor-popup-modal-3798 form.elementor-form'); if (!popupForm) { console.warn('Popup form not found'); return; } const submitButton = popupForm.querySelector('button[type="submit"]'); if (!submitButton) { console.warn('Submit button not found'); return; } submitButton.addEventListener('click', function() { const redirectField = popupForm.querySelector('input[name="form_fields[coaching_redirect]"]'); if (redirectField) { const url = redirectField.value; console.log('Opening redirect URL on submit click:', url); window.open(url, '_blank'); } }); // Detect when Elementor form shows success message or hides the form (indicating submission) const observer = new MutationObserver(function(mutations) { mutations.forEach(mutation => { // Check if popupForm has a class indicating success, or form is hidden if (popupForm.classList.contains('elementor-form-submitted') || popupForm.style.display === 'none') { // Close the popup if elementorPro API is available if (typeof elementorPro !== 'undefined' && elementorPro.modules.popup) { console.log('Closing popup after submission'); elementorPro.modules.popup.closePopup(); } observer.disconnect(); // stop observing after success } }); }); observer.observe(popupForm, { attributes: true, attributeFilter: ['class', 'style'] }); });