Standard plan tile with a uppercase name, big price, tagline, four feature bullets, and an outline CTA.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>