function RecognitionStrip() {
  return (
    <div className="hh-recstrip">
      <div className="hh-recstrip__inner">
        <i data-lucide="star" className="hh-recstrip__star"></i>
        <span className="hh-recstrip__text">
          Officially ranked <strong>#1 Inbound Travel Agency in Nanchang</strong> by the Municipal Bureau of Culture, Radio, Television &amp; Tourism — Q2 2025
        </span>
        <a className="hh-recstrip__verify" href="#">Verify on government site <span aria-hidden>→</span></a>
      </div>
    </div>
  );
}
window.RecognitionStrip = RecognitionStrip;
