Skip to main content
ParticleUI
Template

Landing Page

A complete SaaS landing page: hero, logos, features, stats, testimonials, pricing, FAQ, CTA, and footer.

Install all blocks

bash
npx particleui-cli add hero-split logo-cloud feature-alternating stats testimonials pricing faq cta-section footer

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

Included blocks

Compose it

TSX
import { LandingTemplate } from "@/components/templates/landing"

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