const Philosophy = () => (
  <section className="section section-ink" id="approach">
    <div className="section-head">
      <div className="eyebrow">03 · In her words</div>
      <h2>Joanne is the best stylist<br/>I've <em>ever</em> worked with.</h2>
    </div>
    <div className="featured-testimonial">
      <figure className="ft-portrait">
        <img src="images/blanaid.jpg" alt="Blanaid Hennessy" />
        <figcaption className="ft-caption">
          <span className="ft-name">Blanaid Hennessy</span>
          <span className="ft-bio">Irish entrepreneur, stylist, and the founder of the fashion brand Folkster.</span>
          <span className="ft-photo-credit">Photo: Eoin Hennessy</span>
        </figcaption>
      </figure>
      <blockquote className="ft-quote">
        <p>Without doubt, Joanne is the best stylist I've ever had the pleasure of working with. She has an incredible ability to make people feel instantly comfortable and confident, which is such a rare gift.</p>
        <p>Her understanding of fashion goes far beyond trends — she truly knows what works for different body shapes and how to bring out the best feeling in every woman she works with.</p>
        <p>She is also exceptionally generous with her guidance and advice, always going above and beyond to help. Kind, intuitive, and an absolute pleasure to work with — I genuinely couldn't recommend her more highly.</p>
      </blockquote>
    </div>
  </section>
);
window.Philosophy = Philosophy;
