Page UI logo

Landing Page Pricing Plan

This component displays a pricing plan (tier) with features and a call-to-action button. On smaller screens, the layout becomes a single column to ensure usability.

Meant to be used as a child of: Landing Page Pricing Section

Pro

For larger teams or businesses.

$20/mo

Upgrade now
  • Unlimited users

  • AI features

  • Priority support

Usage

import { LandingPricingPlan } from '@/components/landing/pricing/LandingPricingPlan';
<LandingPricingPlan
  title="Pro"
  description="For larger teams or businesses."
  ctaText="Upgrade now"
  price="$20"
  priceSuffix="/mo"
  highlighted
>
  <p>Unlimited users</p>
  <p>AI features</p>
  <p>Priority support</p>
</LandingPricingPlan>

Examples

With Price suffix

For some pricing plans, you may want to add a suffix to the price, like /mo or /year etc.

Pro

For larger teams or businesses.

$20/mo

Upgrade now
  • Unlimited users

  • AI features

  • Priority support

With highlighted plan

Pro

For larger teams or businesses.

$20

Upgrade now
  • Unlimited users

  • AI features

  • Priority support

Featured plans are meant to stand out and are usually used for more expensive / enterprise plans.

Pro

For larger teams or businesses.

$20

Upgrade now
  • Unlimited users

  • AI features

  • Priority support

With discount

Pro

For larger teams or businesses.

$20$10

Upgrade now
  • Unlimited users

  • AI features

  • Priority support

Sold out

Pro

For larger teams or businesses.

$20

Sold out
  • Unlimited users

  • AI features

  • Priority support

API Reference

Prop NameProp TypeRequiredDefault
children React.ReactNodeYes-
title stringNo-
titleComponent React.ReactNodeNo-
description stringNo-
descriptionComponent React.ReactNodeNo-
href stringNo"#"
onClick () => voidNo() => {}
ctaText stringNo"Get started"
price stringYes-
discountPrice stringNo-
priceSuffix stringNo-
featured booleanNo-
highlighted booleanNo-
soldOut booleanNo-

More Examples

For more even more examples, see our Landing Page Component Examples page or see complete landing page examples by Exploring Our Landing Page Templates.