Bento-style feature grid with icons, annotations, and hover effects.
npx bouncekit@latest add featuregridUsage
import { FeatureGrid } from "@/components/marketing/feature-grid"Props
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | yes | Section heading. |
subheading | string | — | Optional sub-heading. |
features | Feature[] | yes | Feature items { title, description, icon, annotation }. |