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

# Bem-vindo à Strabaze

> Sua plataforma completa para gestão e automação de vendas digitais.

<div className="not-prose my-10 space-y-6 rounded-3xl bg-gradient-to-br from-neutral-100 to-white p-10 shadow-sm border border-neutral-200 dark:from-neutral-900 dark:to-neutral-950 dark:border-neutral-800">
  <div className="flex items-center gap-6">
    <div className="flex h-20 w-20 items-center justify-center rounded-3xl bg-primary/10 text-primary border border-primary/20">
      <Icon icon="rocket" iconType="solid" className="h-10 w-10" />
    </div>

    <div>
      <h1 className="text-4xl font-extrabold tracking-tight text-neutral-950 dark:text-white mt-0 border-none">
        Comece a vender com a Strabaze
      </h1>

      <p className="text-lg text-neutral-600 dark:text-neutral-400 max-w-xl mt-2">
        Acesse guias e referências completas para configurar sua operação, integrar via API e escalar seu negócio.
      </p>
    </div>
  </div>

  <div className="flex flex-wrap gap-3 pt-4 border-t border-neutral-200 dark:border-neutral-800">
    <Button href="/primeiros-passos" variant="primary" icon="sparkles" rounded="full">
      Primeiros Passos
    </Button>

    <Button href="https://strabaze.com/dashboard" target="_blank" variant="secondary" icon="chalkboard-user" rounded="full">
      Acessar Painel
    </Button>

    <Button href="/api-reference" variant="minimal" icon="code" rounded="full">
      Referência da API
    </Button>
  </div>
</div>

## Atalhos rápidos

<CardGroup cols={2}>
  <Card title="Configurações da Loja" icon="store" href="/loja-e-configuracoes">
    Personalize o checkout, métodos de pagamento e domínio próprio.
  </Card>

  <Card title="Integrações & APIs" icon="code" href="/integracoes">
    Conecte suas aplicações e automatize fluxos com Webhooks.
  </Card>
</CardGroup>

## Explore por Categoria

Aprenda a usar todos os recursos da plataforma Strabaze.

... rest do seu conteúdo ...
