export function ProductHuntBadge() {
  return (
    <a
      href="https://www.producthunt.com/posts/rankwiz-ai"
      target="_blank"
      rel="noopener noreferrer"
      className="inline-flex items-center gap-2 rounded-full border bg-card px-4 py-2 text-sm font-medium text-foreground transition-colors duration-150 hover:bg-muted focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"
      aria-label="View RankWiz AI on Product Hunt"
    >
      <img
        src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=rankwiz-ai&theme=light"
        alt="Featured on Product Hunt"
        className="h-5 w-auto"
        height="20"
      />
    </a>
  );
}
