Skip to main content
ParticleUI
Template

Pricing Page

Standalone pricing page with hero, plans, FAQ, and CTA.

Install all blocks

bash
npx particleui-cli add hero-centered pricing faq cta-section footer

This installs all 5 blocks in one command. Each block is added to your src/components/ui/ directory.

Included blocks

Compose it

TSX
import { PricingPageTemplate } from "@/components/templates/pricing-page"

export default function Page() {
  return <PricingPageTemplate />
}