Enterprise Tier

Inverted plan card in foreground paint, showing enterprise callouts and a contact-sales CTA.

Enterprise
For organizations that need SSO, audit logs, and a dedicated solutions team.
SAML SSO & SCIM
Custom data residency
Named success manager

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Card15 } from "@/components/beste/piece/card15";

<Card15
  name="Enterprise"
  description="For organizations that need SSO, audit logs, and a dedicated solutions team."
  features={[
    "SAML SSO & SCIM",
    "Custom data residency",
    "Named success manager"
  ]}
  action="Talk to sales"
/>