Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
heading | string | "Key Platform Features" | Main heading text |
subtitle | string | "Explore how our platform..." | Subtitle description |
features | FeatureGridItem[] | defaultFeatures | Array of feature items |
FeatureGridItem Interface
| Prop | Type | Description |
|---|---|---|
title | string | Feature title |
description | string | Feature description |
iconLight | string | Optional light theme icon URL |
iconDark | string | Optional dark theme icon URL |

