# SubscriptionPlanCard URL: /docs/apps/marketing/landing-page/subscription-plan-card A pricing card that displays the price, features and limits. ## Preview ![subscription plan card](/static/assets/subscription-plan-card.png) ## Import ```tsx title="page.tsx" import { SubscriptionPlanCard } from "@/components/SubscriptionPlanCard"; ``` ## Tips * If you have different limits per plan, list them here. * If you charge for overages, display the usage-based price where it is relevant within the card.