<CardGroup cols={2}>
  <Card title="Reservoir" href="https://reservoir.tools">
    <img src="/images/reservoir-logo.svg" className="p-4 w-full h-24 object-contain bg-black rounded-xl mt-3" />
    Infraestrutura NFT habilitando a próxima geração de produtos NFT.
    <div style={{ marginTop: '8px' }}>
      <span style={{ backgroundColor: '#007AFF', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px' }}>Suporte B3</span>
    </div>
  </Card>
  
  <Card title="SimpleHash" href="https://simplehash.com">
    <img src="/images/simplehash-logo.avif" className="p-4 w-full h-24 object-contain bg-black rounded-xl mt-3" />
    Acesse dados de token & NFT com facilidade através do SimpleHash.
    <div style={{ marginTop: '8px' }}>
      <span style={{ backgroundColor: '#007AFF', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px' }}>Suporte B3</span>
    </div>
  </Card>
  
  <Card title="Thirdweb Insights" href="https://thirdweb.com">
    <img src="/images/thirdweb-logo.avif" className="p-4 w-full h-24 object-cover bg-black rounded-xl mt-3" />    
    Ferramentas de frontend, backend e onchain. SDKs para Unity, Unreal Engine e React Native.
    <div style={{ marginTop: '8px' }}>
      <span style={{ backgroundColor: '#007AFF', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px', marginRight: '8px' }}>Suporte B3</span>
      <span style={{ backgroundColor: '#6B7280', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px' }}>SDKs para Jogos</span>
    </div>
  </Card>
</CardGroup>