Maximum | MaXout | Allstar Showdown

MAX Camps

Join us at MAX Camps!

Virginia Beach, VA
Stunt Camp July 14-15
Tumble Camp July 16-17

Get Ready for an Unforgettable Summer with MAX Camps!

Are you ready to take your cheer and dance skills to the next level? MAX Camps, powered by Maximum Cheer, are here to bring the ultimate summer experience to athletes in Virginia Beach! We will be hosting two seperate sessions this summer, July 2025. First up will be a stunt session, July 14-15. You will register as a stunt group – up to 6 athletes – to assure that everyone gets sufficient training time with the team. Then, on July 16-17, will be our Tumble Camp! All levels are welcome and registration is individual! We cannot wait to see you there. 

Specific tracks for athletes and coaches. Registration is OPEN! Make sure to grab your spot today.

Take the Athlete Track

  • Specialized Training: Focused sessions on stunting and jumps/tumbling, led by top-notch instructors.

  • Expert Coaches: Learn from industry-leading professionals who know what it takes to succeed.

  • For All Skill Levels: Whether you’re a beginner or an advanced athlete, we have programs tailored just for you!

  • Day Camp Convenience: Enjoy high-energy training while staying close to home.

Athlete Pricing

Jump/Tumble Camps:

  • Registration: 2-day camp with individual athlete registration.
  • Cost: $239 per athlete.
  • Team Bonus’: For every 8 athletes registered from the same program, receive 1 FREE coach clinic pass. If your full team (12+ athletes) register, we’ll discount everyone’s fee by $15!
 

Stunt Camps:

  • Registration: 2-day camp with registration per stunt group (up to 6 athletes).
    • *You will be working solely with your stunt group throughout the camp.
  • Cost: $900 per group.
  • Team Bonus’: For every 2 stunt groups registered from the same program, receive 1 FREE coach clinic pass. If three or more stunt groups register from the same team, each stunt group will get a $100 discount.  

Join the Coaches Clinics

  • Business Training: Learn from industry experts practical ways to improve your business.

  • Skill Training: Learn from industry-leading instructors the latest grips and techniques to bring back to your team.

  • Leadership: Learn tangible ways to increase your leadership and positive impact on the mental health of your athletes.

  • Choreography Intensive: Learn from top choreographers their best tips to not only inspire you, but how to get the most out of any choreographer you may work with.

  • Affordable: Gain expereince and knowledge for $50 per session

Virginia Beach, VA

Ready to take your cheerleading skills to the next level? MAX Camps are coming to Virginia Beach in July 2025!

Join us for two high-energy day camps—Stunt Camp (July 14-15) and Tumble Camp (July 16-17)—designed to help athletes master advanced techniques, build confidence, and have fun with top instructors.

Whether you’re looking to improve your stunting, tumbling, or overall performance, MAX Camps provide expert coaching in a supportive and exciting environment.

Registration opens in April, so mark your calendars and get ready for an unforgettable summer experience!

document.addEventListener('DOMContentLoaded', function() { var registerButton = document.getElementById('max-camp-register-button-id'); // Use getElementById for an ID // If you used a class instead of an ID, use: // var registerButton = document.querySelector('max-camp-register-button-class'); // Use querySelector for a class (gets the first one) // If there could be multiple buttons with the same class and you need all of them: // var registerButtons = document.querySelectorAll('max-camp-register-button-class'); // registerButtons.forEach(function(button) { // button.addEventListener('click', function() { // fbq('trackCustom', 'Clicked_Register_Button', { // destination_url: this.href || 'https://8countlogin.com/event/maxout-camps-virginia-beach-2025' // Use this.href if it's an tag // }); // }); // }); if (registerButton) { // Ensure the button exists before trying to add the event listener registerButton.addEventListener('click', function() { fbq('trackCustom', 'Clicked_Register_Button', { destination_url: registerButton.href || 'https://8countlogin.com/event/maxout-camps-virginia-beach-2025' // If it's an , use registerButton.href }); }); } });