const Reviews = () => (
  <section className="section" id="reviews">
    <div className="section-head">
      <div className="eyebrow">04 · On working with Jo</div>
      <h2>An <em>innate</em> sense of style.</h2>
    </div>
    <div className="featured-testimonial">
      <figure className="ft-portrait">
        <img src="images/sorcha.jpg" alt="Sorcha Gillett" />
        <figcaption className="ft-caption">
          <span className="ft-name">Sorcha Gillett</span>
          <span className="ft-bio">Founder and owner of White and Gold Bridal.</span>
        </figcaption>
      </figure>
      <blockquote className="ft-quote">
        <p>Jo has an innate sense of style. It is who she is. Styling a client, merchandising the floor, or even her personal style, the result is always effortless.</p>
        <p>Jo exudes warmth and kindness. Every client styling session felt personal and special.</p>
      </blockquote>
    </div>
  </section>
);
window.Reviews = Reviews;
