function QuoteBlock() {
  return (
    <section className="hh-quote">
      <div className="hh-quote__pattern" aria-hidden></div>
      <div className="hh-quote__inner">
        <div className="hh-eyebrow hh-eyebrow--inverse">A note from a guest · PLACEHOLDER</div>
        <blockquote className="hh-quote__text is-placeholder">
          "Replace this with a real traveler testimonial — 1–3 sentences, written in the guest's own voice. Choose something that captures a specific moment, not a generic compliment."
        </blockquote>
        <div className="hh-quote__byline">
          <div className="hh-quote__avatar">??</div>
          <div className="hh-quote__name">
            <strong>Reviewer Name</strong>
            <span>Travelled with HeartEase · Month Year</span>
          </div>
        </div>
      </div>
    </section>
  );
}
window.QuoteBlock = QuoteBlock;
