Select your model

Please select your model to repair
Pixel 9 Pro XL
Pixel Fold 5G
Pixel 9 Pro
Pixel 9
Pixel 8 pro
Pixel 8
Pixel 7 Pro
Pixel 7
Pixel 7a
Pixel 6 Pro
Pixel 6
Pixel 4 XL
Pixel 5
Pixel 5A 5G
Pixel 4
Pixel 4A
Pixel 4A 5G
Pixel 3 XL
Pixel 3A XL
Pixel 3
Pixel 3A
Pixel 2 XL
Pixel 2
Pixel XL
Pixel
Pixel 8a
Google Pixel 6a

Can't find a model you're looking for?

Get in touch for a free estimate and see how we can help. Quote Request

// === WIDGET DE quote_interaction === window.addEventListener('message', function(e) { if (typeof e.data !== 'string') return; window.dataLayer = window.dataLayer || []; if (e.data.indexOf('WIDGET_CONTENT_CHANGED') === 0) { var widgetEl = document.getElementById('model'); if (widgetEl) { widgetEl.style.height = e.data.split('|')[1]; widgetEl.scrollIntoView({ behavior: 'smooth' }); } window.dataLayer.push({ 'event': 'quote_interaction', 'categoria': 'conversion', 'accion': 'interaccion_widget' }); } }); // === CALL BUTTON === document.addEventListener("DOMContentLoaded", function() { var botones = document.querySelectorAll('a[href*="tel"]'); if (botones.length === 0) return; botones.forEach(function(el) { el.addEventListener('click', function() { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'Click Call' }); }); }); });