function Testimonial() {
  return (
    <section className="testi" data-screen-label="Testimonial">
      <div className="testi__placeholder-tag">Placeholder · testimonial block</div>
      <div className="testi__inner">
        <blockquote className="testi__quote">
          “Two weeks in, my front rack stopped fighting me. I'm not chasing range I never had — I'm reclaiming the range I lost between 32 and 38.”
        </blockquote>
        <div className="testi__attr">D.R. · 36 · Intermediate lifter · 6 years under the bar</div>
      </div>
    </section>
  );
}

window.Testimonial = Testimonial;
