{% extends "base.html" %} {% block title %}About Us{% endblock %} {# About Us — new page (design A/B test). Linked from the modern sidebar. #} {% block content %}
About Us
Janitorial Quality Control by L.T. Services, Inc.
L.T. Services, Inc.

L.T. Services, Inc. provides commercial janitorial services to public and private facilities. Quality is verified in the field, not assumed — every contract is backed by scheduled inspections, documented findings and tracked resolution.

JQC is our in-house quality control platform. Inspectors work from an offline-capable iPad app; managers, contract staff and customers work from this web portal. Both share one record of every inspection, issue and photo.

What JQC Covers
Facility inspections & scoring
Recurring inspection schedules
Issue tracking with SLA deadlines
QR reporting from any facility
Reports, scorecards and exports
{# ── External resources ──────────────────────────────────────────────── The features site is a separate property, so it is an absolute URL and opens in a new tab (rel="noopener" — never let a new tab reach back into this one via window.opener). The enrollment form is served by THIS app, so it is linked with url_for() rather than the absolute https://jqc.ltservicesinc.com/enrollment. That keeps the link on whatever host the user is already using (jqc1, or a future brand domain) instead of bouncing them across hosts, and it cannot rot if the domain changes. Same page either way. #}
JQC Features
A summary of everything JQC does — inspections, issue tracking, reporting and the mobile app.
Open
Enroll More People
Add colleagues to JQC. Tell us who needs access and what each person should be able to do — we set up the accounts and email their invitations.
Open →
Contact & Support

Questions about an inspection, an issue on your site, or access to the portal — start in the Support Center and we will route it to the right person.

Go to Support
{% endblock %}