Featured Tier

Highlighted plan with a gradient border, Most popular badge on top, and a filled gradient CTA button.

Growth
$48/ mo
For teams growing past launch.
Unlimited editors
250 GB storage
Realtime analytics

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

Import & use
import { Card12 } from "@/components/beste/piece/card12";

<Card12
  name="Growth"
  price="$48"
  period="/ mo"
  tagline="For teams growing past launch."
  features={[
    "Unlimited editors",
    "250 GB storage",
    "Realtime analytics"
  ]}
  action="Start Growth"
  tone="primary"
/>