const VALUES = [ ['Passion for presentation', 'Detailing is a craft, not a chore. We genuinely love seeing a tired vehicle transformed back to its best.'], ['Professional standards', 'Correct technique, the right products and proper safe-wash methods on every single car — no shortcuts.'], ['Mobile convenience', 'We come to you, fully self-sufficient with our own power and water. You carry on with your day.'], ['Attention to detail', 'It is in the name. The shuts, the vents, the badges — the places others miss are the places we focus.'], ]; const STATS = [[String(REVIEW_STATS.rating), 'Google rating'], [String(REVIEW_STATS.count), 'Google reviews'], ['11+', 'Areas covered'], ['100%', 'Mobile service']]; function App() { return (
); } ReactDOM.createRoot(document.getElementById('root')).render();