// Proof section — stats + testimonial
function Proof() {
  return (
    <section className="proof">
      <div className="proof-inner">
        <div className="proof-stats">
          <div className="pstat">
            <div className="pstat-num">8<em>+</em></div>
            <div className="pstat-label">BI reporting lines delivered</div>
          </div>
          <div className="pstat">
            <div className="pstat-num">40<em>+</em></div>
            <div className="pstat-label">Cities mapped globally</div>
          </div>
          <div className="pstat">
            <div className="pstat-num">99<em>.9%</em></div>
            <div className="pstat-label">Platform uptime</div>
          </div>
          <div className="pstat">
            <div className="pstat-num">2<em>nd</em></div>
            <div className="pstat-label">Highest cost of business — property</div>
          </div>
        </div>
        <div>
          <div className="proof-mark">“</div>
          <p className="proof-text">
            Simple Space helped us visually map our extensive property portfolio.
            Automating an otherwise manual process, this saved our office countless
            hours in finding the right resources, responding to emails and providing
            users access to property data.
          </p>
          <div className="proof-author">
            <strong>Kornel Koffsovitz</strong>
            Associate Director — Legal, Regulatory &amp; Secretariat<br/>
            Lendlease
          </div>
        </div>
      </div>
    </section>
  );
}
window.Proof = Proof;
