FeatureCard
Usage
<FeatureCard
title={string}
icon?={ReactNode}
details={string}
link?={string}
linkText?={string}
className?={string}
/>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| title | string | Yes | Feature title |
| icon | ReactNode | No | Icon as ReactNode (emoji, Lucide icon component, or any JSX) |
| details | string | Yes | Feature description |
| link | string | No | Optional link |
| linkText | string | No | Link text (defaults to "Learn more") |
| className | string | No | Additional CSS class |