Login
Docs
Pricing

Pricing

A configurable pricing component to display your pricing plans.

import { Pricing } from "@/components/landing/pricing";

Pricing plans can be updated in the pricingPlans array in config/landing.ts file.

Here is an example of a pricing plan object:

{
    title: "Free",
    mostPopular: false,
    price: "Free",
    description: "Forever free",
    features: ["1 user", "Plan features", "Product support"],
    priceId: "price_random_price_id",
}