Features
Features
Landing page sections that showcase your product's capabilities. Two variants are available.
Features grid
A simple grid of feature cards with icon, title, and description.
import { LandingFeatures } from '@/components/landing/landing-features';
<LandingFeatures />
File: src/components/landing/landing-features.tsx
Features accordion
Expandable list of features. Useful for longer feature descriptions where a grid would be too dense.
import { LandingFeaturesAccordion } from '@/components/landing';
<LandingFeaturesAccordion />
File: src/components/landing/landing-features-accordion.tsx