> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# X 공식 파트너

export const StoryCard = ({img, href, title}) => {
  return <a href={href} className="card block not-prose font-normal group relative my-2 ring-2 ring-transparent rounded-xl bg-white/50 dark:bg-codeblock/50 border border-gray-100 shadow-md dark:shadow-none shadow-gray-300/10 dark:border-gray-800/50 overflow-hidden w-full cursor-pointer hover:!border-primary dark:hover:!border-primary-light">
      <div className="flex flex-col h-full">
        <div className="w-full aspect-[3/2] bg-white">
          <span aria-owns="rmiz-modal-942aec5edfb7" data-rmiz="" className="h-full w-full block">
            <span data-rmiz-content="found" className="h-full w-full block">
              <img src={img} className="rounded-none pointer-events-none w-full h-full object-cover" alt={title} />
            </span>
            <span data-rmiz-ghost="" style={{
    height: 127,
    left: 0,
    width: 213,
    top: 0
  }}>
              <button aria-label="Expand image" data-rmiz-btn-zoom="" type="button">
                <svg aria-hidden="true" data-rmiz-btn-zoom-icon="true" fill="currentColor" focusable="false" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
                  <path d="M 9 1 L 9 2 L 12.292969 2 L 2 12.292969 L 2 9 L 1 9 L 1 14 L 6 14 L 6 13 L 2.707031 13 L 13 2.707031 L 13 6 L 14 6 L 14 1 Z" />
                </svg>
              </button>
            </span>
          </span>
        </div>
        <div className="flex flex-col justify-center p-4 flex-1">
          <h2 className="font-semibold text-sm">{title}</h2>
        </div>
      </div>
    </a>;
};

export const Banner = ({img, href, title, description}) => {
  return <a href={href} className="card block not-prose font-normal group relative my-1 ring-2 ring-transparent rounded-xl bg-white/50 dark:bg-codeblock/50 border border-gray-100 shadow-md dark:shadow-none shadow-gray-300/10 dark:border-gray-800/50 overflow-hidden w-full cursor-pointer hover:!border-primary dark:hover:!border-primary-light">
      <div className="flex flex-row h-full">
        <div className="integration-logo w-48 flex items-center justify-center p-4 bg-white">
          <span aria-owns="rmiz-modal-942aec5edfb7" data-rmiz="" className="flex items-center justify-center" style={{
    width: '100%',
    height: '100%',
    maxWidth: '150px'
  }}>
            <span data-rmiz-content="found" style={{
    visibility: 'visible',
    width: '100%',
    height: '100%',
    maxWidth: '150px'
  }} className="flex items-center justify-center">
              <img src={img} className="pointer-events-none w-full h-full object-contain" style={{
    maxWidth: '150px',
    maxHeight: '80px'
  }} />
            </span>
            <span data-rmiz-ghost="" style={{
    height: 127,
    left: 0,
    width: 213,
    top: 0
  }}>
              <button aria-label="Expand image" data-rmiz-btn-zoom="" type="button">
                <svg aria-hidden="true" data-rmiz-btn-zoom-icon="true" fill="currentColor" focusable="false" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
                  <path d="M 9 1 L 9 2 L 12.292969 2 L 2 12.292969 L 2 9 L 1 9 L 1 14 L 6 14 L 6 13 L 2.707031 13 L 13 2.707031 L 13 6 L 14 6 L 14 1 Z" />
                </svg>
              </button>
            </span>
          </span>
        </div>
        <div className="flex flex-col justify-center p-4 flex-1">
          <h2 className="font-semibold text-sm">{title}</h2>
          <p className="mt-1 text-xs text-gray-600 dark:text-gray-400">{description}</p>
        </div>
      </div>
    </a>;
};

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

export const IntroCard = ({img, href, title, description}) => {
  return <a href={href} className="card block not-prose font-normal group relative my-2 ring-2 ring-transparent rounded-xl bg-white/50 dark:bg-codeblock/50 border border-gray-100 shadow-md dark:shadow-none shadow-gray-300/10 dark:border-gray-800/50 overflow-hidden w-full cursor-pointer hover:!border-primary dark:hover:!border-primary-light">
      <div className="flex flex-col h-full !bg-gray-400/10">
        <div className="integration-logo w-full flex items-center justify-center !bg-gray-400/10">
          <span aria-owns="rmiz-modal-942aec5edfb7" data-rmiz="" className="flex items-center justify-center" style={{
    width: '100%',
    height: '100%'
  }}>
            <span data-rmiz-content="found" style={{
    visibility: 'visible',
    width: '100%',
    height: '100%'
  }} className="flex items-center justify-center">
              <img src={img} className="pointer-events-none w-full h-full object-cover" />
            </span>
            <span data-rmiz-ghost="" style={{
    height: '100%',
    left: 0,
    width: '100%',
    top: 0
  }}>
              <button aria-label="Expand image" data-rmiz-btn-zoom="" type="button">
                <svg aria-hidden="true" data-rmiz-btn-zoom-icon="true" fill="currentColor" focusable="false" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
                  <path d="M 9 1 L 9 2 L 12.292969 2 L 2 12.292969 L 2 9 L 1 9 L 1 14 L 6 14 L 6 13 L 2.707031 13 L 13 2.707031 L 13 6 L 14 6 L 14 1 Z" />
                </svg>
              </button>
            </span>
          </span>
        </div>
        <div className="p-4 flex-grow">
          <h3 className="text-lg font-semibold mb-2 text-white">{title}</h3>
          <p className="text-sm text-gray-400">{description}</p>
        </div>
      </div>
    </a>;
};

<div id="build-your-business-with-x-official-partners">
  ## X 공식 파트너와 함께 비즈니스를 성장시키세요
</div>

<div id="tap-into-the-public-conversation-on-x-and-turn-insights-into-action-with-solutions-from-our-partners">
  ###### 신뢰할 수 있는 파트너 솔루션으로 X의 공개 대화를 활용하고, 인사이트를 실행으로 옮기세요.
</div>

<br />

<div style={{ display: 'flex', gap: '1rem', alignItems: 'center' }}>
  <Button href="https://partners.x.com/en/find-a-partner">
    파트너 찾기
  </Button>

  <Button href="https://partners.x.com/en/about-the-program">
    자세히 알아보기
  </Button>
</div>

<div id="work-with-a-trusted-x-official-partner-to-expand-whats-possible-for-your-business">
  ## 신뢰할 수 있는 X Official Partner와 함께 비즈니스의 가능성을 넓히세요
</div>

당사의 파트너들은 뛰어난 역량을 검증받았으며, 다음과 같은 기술을 통해 여러분을 지원할 수 있습니다:

* 소비자 트렌드와 선호도 파악하기 
* 제품 및 서비스 피드백 수집 및 분석하기 
* 고객과 소통하고 문제 해결하기 
* 속보와 주요 이벤트에 대한 알림을 받기 
* 소셜 채널 전반에 걸쳐 콘텐츠 생성·게시·분석하기 
* 그리고 더 많은 것들!

<div id="discover-the-right-official-partner-for-your-business">
  ## 비즈니스에 가장 잘 맞는 Official Partner를 찾아보세요
</div>

<br />

<Banner title="Official Partner는 탁월함, 가치, 신뢰를 의미합니다" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/XOPP_logo_black.png" description="각 Official Partner는 엄격하고 폭넓은 평가를 거쳐 이 프로그램에 선정되었습니다. 이 초청 기반 프로그램은 브랜드에 뛰어난 경험을 제공하기 위해 가장 높은 수준의 성과 기준을 요구하며, X는 파트너들을 지속적으로 검토합니다." />

<div id="official-partners-represent-excellence-value-and-trust">
  ### 공식 파트너는 탁월함, 가치, 신뢰를 상징합니다
</div>

각 공식 파트너는 광범위한 평가를 거쳐 프로그램에 선정되었습니다. 이 초청 전용 프로그램은 브랜드에 뛰어난 경험을 제공하기 위해 최고 수준의 성과 기준을 적용하므로, 파트너들은 X에 의해 지속적으로 검토됩니다.

<Button href="https://partners.x.com/en/about-the-program">
  프로그램에 대해 자세히 알아보기
</Button>

<div id="see-our-partners-impressive-work">
  ## 파트너들의 놀라운 사례를 살펴보세요
</div>

<CardGroup cols={3}>
  <StoryCard title="NASA, X 오디언스 인사이트로 팬들을 새로운 경지로 이끌다" href="https://partners.x.com/en/partner-resources/nasa-uses-twitter-audience-insights-to-take-fans-to-new-frontier" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/Hero.jpg" />

  <StoryCard title="X 속에서 발견한 아름다움" href="https://partners.x.com/en/partner-resources/the-beauty-in-twitter" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/thumbnail-sprinklr.png" />

  <StoryCard title="X에서의 #ExtremeWeather 대화를 분석하기" href="https://developer.x.com/en/use-cases/build-for-good/extreme-weather" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/Extreme_369x277.png" />
</CardGroup>
