function Industries() { const rows = [ { code: "FS", name: "Flight Schools", spec: "Part 61 · Part 141 · Discovery flights, PPL, CFI tracks" }, { code: "TB", name: "Pilot Time-Building", spec: "Block time · aircraft rental · hour packages" }, { code: "MRO", name: "Maintenance & Repair", spec: "Part 145 stations · airframe, powerplant, avionics" }, { code: "135", name: "Part 135 Operators", spec: "Charter · on-demand · air-taxi pipelines" }, { code: "LSG", name: "Aircraft Leasing", spec: "Dry, wet, and fractional leaseholders" }, { code: "FBO", name: "FBOs & Ground Services", spec: "Fuel, handling, hangar, transient services" }, ]; return (
04 · Who we serve

Aviation businesses we serve.

); } window.Industries = Industries;