Hartford Sweat

export default function YTTApplicationForm() { return (

Tell Us About Yourself

); }

 
export default function YTTSchedulePage() { const dates = [ "Jan 9–11", "Jan 23–25", "Feb 20–22", "Mar 6–7", "Apr 24–26", "May 15–17", "Jun 5–7", ]; return (

Training Schedule & Calendar

{/* Dates Section */}

Training Dates

    {dates.map((date, i) => (
  • {date}
  • ))}
{/* Times Section */}

Training Times

Friday: 5:30 PM – 9:00 PM

Saturday: 10:00 AM – 5:00 PM

Sunday: 10:30 AM – 4:00 PM

{/* What to Expect Section */}

What to Expect

Each training weekend blends movement practice with engaging discussions on yoga philosophy, anatomy, and teaching methodology. Trainees will gather in small groups for collaborative activities, fostering community and building supportive relationships. The weekends are paced intentionally, with breaks built in for meals, rest, and reflection, allowing space to recharge while fully immersing in the learning experience.

{/* Meet Your Instructor Section */}

Meet Your Instructor

Leanna Bran has been teaching functional yoga for over 10 years, guiding students to build strength, mobility, and balance both on and off the mat with previous experience leading multiple Yoga Teacher Trainings. For the past 5 years, she has been a dedicated teacher at Hartford Sweat, where her classes combine thoughtful sequencing with an approachable, supportive style. Beyond yoga, Leanna has also taught a variety of fitness modalities, giving her a well-rounded perspective on movement and wellness. She brings passion, experience, and a deep commitment to helping each trainee grow as both a practitioner and future teacher.

); }