QR code collection for Bearfoot.
.text-center {text-align: center;}
Processing QR Code....

This dynamic QR code provides a direct link to a curated code collection, offering users instant access to valuable resources. Whether you're interested in minimalist footwear designs or other innovative products, this QR code simplifies the user experience.
Created by QR codes Unlimited, this versatile dynamic QR code ensures reliable and efficient content delivery, making it an essential tool for businesses and individuals seeking seamless digital interaction.
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const qr = urlParams.get('qr') || urlParams.get('r');
if(qr){
window.location.href = 'https://qrcodesunlimited.com/i/' + qr;
document.getElementsByClassName('brainpage-qr-code')[0].style.display = 'none';
}else{
document.getElementsByClassName('brainpage-processing')[0].style.display = 'none';
}