
El nostre lloc web tornarà aviat
Estem Treballant per Mostrar una Millor Experiència als Nostres Clients
document.addEventListener('DOMContentLoaded', () => {
const heroImg = document.querySelector('img[src*="canrobira_edifici-principal-Large-1.jpg"]');
if (heroImg) {
heroImg.removeAttribute('decoding');
}
});