import { CardGrid, LinkCard } from '@astrojs/starlight/components';

The partner console is a third application, separate from client agencies' Platform and from staff's internal panel: it lives at /partner/ inside the same Admin app (locally, localhost:3001/partner/login) but with its own login and its own visual identity. It's the panel for a white-label partner: a company that resells the Platform to its own customers under its own brand, manages its portfolio of tenants, charges its customers (or pays a seat fee to the Platform), and customizes the look those customers see.

<CardGrid>
  <LinkCard
    title="What the partner console is"
    description="The partner console is a third application, separate from client agencies' Platform and from staff's internal panel: it lives at /partner/ inside the same Admin app (…"
    href="/docs/en/guides/primeros-pasos-partner/01-que-es-la-consola-del-partner/"
  />
  <LinkCard
    title="Procedure: logging in"
    description="Requirements: an active partner account (Owner or Member)."
    href="/docs/en/guides/primeros-pasos-partner/02-procedimiento-iniciar-sesion/"
  />
  <LinkCard
    title="The Overview, at a glance"
    description="It's the home screen after login."
    href="/docs/en/guides/primeros-pasos-partner/03-el-resumen-de-un-vistazo/"
  />
  <LinkCard
    title="Your contract currency: euros or dollars, fixed at sign-up"
    description="Your partner account has a contract with the Platform denominated in a single currency — euros (€) or US dollars (US$) — decided by the Platform's team when you were …"
    href="/docs/en/guides/primeros-pasos-partner/04-tu-moneda-de-contrato-euros-o-dolares-fijada-al-alta/"
  />
</CardGrid>