Inverted plan card in foreground paint, showing enterprise callouts and a contact-sales CTA.
Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Card15 } from "@/components/beste/component/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"
/>The import and the props worth knowing about, in one place.
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"
/>Highlighted plan with a gradient border, Most popular badge on top, and a filled gradient CTA button.
Pricing tier with a headline amount, period, and a stack of check-marked features. Featured tier flips to primary.
Standard plan tile with a uppercase name, big price, tagline, four feature bullets, and an outline CTA.
Printed-feel contact card with a decorative corner orb and rows for email, phone, and website.