// lazy-load all images document.querySelectorAll('img').forEach(img => { if (!img.hasAttribute('loading')) { img.setAttribute('loading', 'lazy'); } });
Business Name