Pricing Tier

Standard plan tile with a uppercase name, big price, tagline, four feature bullets, and an outline CTA.

Starter
$12/ mo
Everything a small team needs to ship.
Up to 5 editors
25 GB asset storage
Weekly analytics email
Community support

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

Import & use
import { Card11 } from "@/components/beste/piece/card11";

<Card11
  name="Starter"
  price="$12"
  period="/ mo"
  tagline="Everything a small team needs to ship."
  features={[
    "Up to 5 editors",
    "25 GB asset storage",
    "Weekly analytics email",
    "Community support"
  ]}
  action="Choose Starter"
/>