The BeStrong fixed football cage is a sports equipment that can be used as an easy-to-move field, where the playing field is closed from all directions, thus developing the players’ teamwork, explosiveness and creativity. Its strong load-bearing walls and the net at the top are both part of the playing field and can be used for passing. The football pitch is designed in such a way that the ball “cannot leave the pitch”, so it is ideal for high-speed matches against each other.
There can be 1-1 or even 2-2 people per team on the pitch, making it an ideal choice for a small group of friends.
The football cage is also great for stamina and maintaining good fitness, as well as promoting quick situational awareness and developing technical skills.
The BESTRONG football cage consists of 12 mobile, weatherproof, galvanised steel elements that can be quickly and easily assembled. The cage is approximately 2.15 m high and 5.6 m in diameter. The lower section is approximately 1 m high and consists of 18 mm thick plywood on both sides. These impact-resistant panels are ideal for promotional advertising, with a highly visible surface for logo placement.
In the cage, the player can concentrate entirely on the football. This extra focus is provided by the side nets, which keep the ball permanently in play. Nets.
Small goal posts collect successful hits in two opposing sections of the panels. The size of the goal posts is 1 x 0,5 m. A door with a stainless steel hinge is integrated in another element of the panel, allowing easy access to the cage.
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_18961") === 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_18961", "true", 365); } }// Call the displayPopup function on page load window.onload = function() { displayPopup(); };