Overview
Feature blocks display product capabilities in organized grid or list layouts. They combine icons, headings, and descriptions to communicate value propositions clearly.
Features
- Grid Layouts: 2, 3, or 4 column responsive grids
- Icon Support: Lucide icons or custom SVGs
- Responsive: Stacks to single column on mobile
- Customizable: Flexible content and styling options
- Accessible: Semantic HTML with proper heading hierarchy
Usage
import FeaturesBlock from "@/registry/default/block/features"
export default function Page() {
return <FeaturesBlock />
}