The BeStrong football-specific sports park was designed in partnership with internationally renowned sports professionals such as the strength and conditioning coach of Machester United and Ferencváros.
Our aim was to place sport specific equipment in the sports park that would help improve the overall fitness of footballers and reduce the risk of injury.
Combinability
Our fitness park equipment includes a wide range of Calisthenics, Fitness, Outdoor CrossFit, Sport specific, Recreational elements, which can be combined with any of our sports park configurations.
Surfacing
For increased safety, we install these BeStrong gyms with rubber flooring.
Accessories
Workout exercises can be supplemented with various exercise equipment such as TRX, kettlebell or medicine ball.
Capacity: up to 60 people can exercise on the fitness equipment at the same time.
BeStrong fitness parks are manufactured with innovation and continuous improvement in mind to ensure that our products meet the most demanding needs.
The desired sports park is designed by our experienced engineers after a needs assessment. Our specialists then manufacture the sports park on our own premises and finally install it on request.
Sports parks are also available with custom painting, for more information please contact our colleagues:
REQUEST AN INDIVIDUAL OFFER
All BeStrong sports park elements are certified according to MSZ EN 16630 2015 “Permanently installed outdoor fitness equipment.”
Explore the BESTRONG site that suits your preferences!
// Function to set a cookie with the specified name, value, and expiration time function setCookie(name, value, days) { var expires = new Date(); expires.setTime(expires.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = name + "=" + value + ";expires=" + expires.toUTCString() + ";path=/"; }
// Function to check if the closing cookie exists function checkClosingCookie() { var cookies = document.cookie.split(";");
for (var i = 0; i < cookies.length; i++) { var cookie = cookies[i].trim(); if (cookie.indexOf("spu_closing_18884") === 0) { return true; // Closing cookie exists } }return false; // Closing cookie does not exist }// Function to handle the popup display function displayPopup() { // Check if the closing cookie exists if (!checkClosingCookie()) { // Show your popup code here // Replace the following line with your actual popup display code console.log("Popup should be displayed now!");// Set the closing cookie for 365 days setCookie("spu_closing_18884", "true", 365); } }// Call the displayPopup function on page load window.onload = function() { displayPopup(); };