/* ============ HOME PAGE DATA ============ */

const HOME_FAQ = [
  { q: "How soon can a new building go live?",
    a: "For most buildings, a few days from a signed agreement — that covers the walkthrough, the crew match, and stocking the supply closet. If your current vendor has fallen through, we've mobilized full programs in well under a week." },
  { q: "Are your crews licensed, bonded, and insured?",
    a: "Yes — general aggregate liability, workers' compensation, and employer's liability, with additional-insured endorsements for your property owner and management company at no charge. Our insurance briefing pack is written for risk teams and sent the same day you ask for it." },
  { q: "Can you handle a building our current cleaner just dropped?",
    a: "This is one of the things we're fastest at. Call (323) 264-7800 and ask for an emergency walkthrough — most transitions complete within a few days, with no visible gap to your tenants or team." },
  { q: "Do you clean during the day, at night, or both?",
    a: "Whichever serves the building better. Most offices are invisible-from-tenants after hours. Retail wants pre-open and post-close. Hotels and event venues need constant daytime presence. We build the schedule around how the space is actually used, not around what's convenient for us." },
  { q: "What happens if a shift doesn't meet our standard?",
    a: "Your account manager hears about it, the crew returns the next shift, and we re-perform the work at no cost. That's written into every agreement. We'd rather fix it than explain it." },
  { q: "Do you handle one-off projects, or only recurring contracts?",
    a: "Both. Every service we offer — deep cleans, post-construction, event turnover, floor care, window work — is available as a recurring program or as a standalone project. Many clients start with a one-off and move to recurring once they've seen a shift." }
];

const TRUST_ITEMS = [
  "Licensed, bonded & insured",
  "Trained, uniformed, badged teams",
  "24/7 emergency response",
  "LA + Orange County coverage",
  "Bilingual account management"
];

const HOME_STATS = [
  { n: "LA + OC", l: "Headquartered in Commerce, dispatched across Southern California" },
  { n: "25", l: "Cities where our crews run regular routes" },
  { n: "24/7", l: "A real person on the emergency line, not a voicemail" },
  { n: "Days", l: "Typical walkthrough-to-start time for new buildings" }
];

/* ---- WHY-US PILLARS ---- */
const HOME_PILLARS = [
  { h: "Care, not throughput",
    p: "Most janitorial companies measure square feet per hour. We measure whether your team walks in Monday morning and actually feels good about the space. Those are not the same metric." },
  { h: "A craft, practiced for years",
    p: "Cleaning well is physical expertise — which surface takes which solvent, which floor wants which pad, which glass shows streaks at 7am. Our crews have done this for years and train new hires the same way." },
  { h: "One team, one standard",
    p: "Your building gets the same crew every shift, the same account manager for the life of the agreement, and a single standard that doesn't drift between buildings. Consistency is the product." }
];

/* ---- WHAT WE CLEAN (six type cards on home) ---- */
const HOME_SECTORS = [
  { t: "Offices & corporate HQs",
    p: "From small suites to full Class A towers. A clean space so your team can do their best work, and a front-of-house your clients feel welcomed in." },
  { t: "Medical & healthcare",
    p: "Clinics, dental suites, outpatient centers, surgery centers. Healthcare-grade disinfection, crews trained on HIPAA discretion, bonded and badged." },
  { t: "Retail & shopping centers",
    p: "Storefronts, malls, shopping centers, showrooms. Scaled to real foot-traffic patterns — Monday is not Saturday, and the schedule reflects that." },
  { t: "Warehouses & industrial",
    p: "Distribution centers, light manufacturing, 3PL. Dock aprons, HEPA dust capture, forklift-aware scheduling, ride-on floor equipment." },
  { t: "Schools & education",
    p: "Private schools, daycares, trade schools, tutoring centers. Low-VOC products, disinfection programs, background-checked crews." },
  { t: "Hospitality & events",
    p: "Hotels, event venues, restaurants, theaters. Day teams, post-event turnover, and the kind of detail-sensitive work that makes a place feel truly well-kept." }
];

window.HOME_FAQ = HOME_FAQ;
window.TRUST_ITEMS = TRUST_ITEMS;
window.HOME_STATS = HOME_STATS;
window.HOME_PILLARS = HOME_PILLARS;
window.HOME_SECTORS = HOME_SECTORS;
