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

**Brand** is the heart of white-labeling: here you define the **Primary color** and the **Accent color**
(color pickers), the **Product name** your customers will see, and the **Default language** (ES/EN/IT).
You can also set your own **Terms and conditions URL** and your own **Privacy policy URL** — if you leave
either empty, your customers see the Platform's default legal pages instead. Tap **Save changes** to apply
them.

<CardGrid>
  <LinkCard
    title="Brand: customize your console and your customers' widget"
    description="Brand is the heart of white-labeling: here you define the Primary color and the Accent color (color pickers), the Product name your customers will see, and the Default language (ES"
    href="/docs/en/guides/marca-equipo/01-marca-personaliza-tu-consola-y-el-widget-de-tus-clientes/"
  />
  <LinkCard
    title="Team: your console's users"
    description="Team lists the users with access to your partner console: name, email, role (Owner/Member), status and last access."
    href="/docs/en/guides/marca-equipo/02-equipo-usuarios-de-tu-consola/"
  />
  <LinkCard
    title="Announcements: communicating with your customers"
    description="Announcements sends a notice to all your active tenants, via bell and email according to each recipient's preferences."
    href="/docs/en/guides/marca-equipo/03-anuncios-comunica-a-tus-clientes/"
  />
  <LinkCard
    title="Referrals: your commissions"
    description="Referrals summarizes your commissions as a partner: at the top, a block of three cards — Accrued, Settled and Pending — for every currency you have real commissions in (usually jus"
    href="/docs/en/guides/marca-equipo/04-referidos-tus-comisiones/"
  />
  <LinkCard
    title="Activity: your account's audit trail"
    description="Activity is your console's audit log: date, action (loginsuccess, totpenabled, totpdisabled…), user, affected resource, and severity."
    href="/docs/en/guides/marca-equipo/05-actividad-la-auditoria-de-tu-cuenta/"
  />
</CardGrid>