Skip to main content
Real Work, Real Results

Our Gallery

Real sliding door, window and shower door repair jobs across Metro Detroit โ€” Wayne, Oakland and Macomb counties. Every photo is from an actual job โ€” no stock images.

// LIGHTBOX var _idx = 0; function lbOpen(idx, list){ _idx = idx; if(list) window._photos = list; var p = (window._photos||[])[idx]; if(!p) return; document.getElementById('lbImg').src = p.src; document.getElementById('lbCaption').textContent = 'Photo ' + (idx+1) + ' of ' + (window._photos||[]).length; document.getElementById('lb').classList.add('open'); document.body.style.overflow = 'hidden'; } function lbClose(){ document.getElementById('lb').classList.remove('open'); document.body.style.overflow = ''; } function lbNav(d){ var photos = window._photos||[]; _idx = (_idx + d + photos.length) % photos.length; document.getElementById('lbImg').src = photos[_idx].src; document.getElementById('lbCaption').textContent = 'Photo ' + (_idx+1) + ' of ' + photos.length; } document.getElementById('lb').addEventListener('click', function(e){ if(e.target === this) lbClose(); }); document.addEventListener('keydown', function(e){ if(!document.getElementById('lb').classList.contains('open')) return; if(e.key==='ArrowRight') lbNav(1); else if(e.key==='ArrowLeft') lbNav(-1); else if(e.key==='Escape') lbClose(); });