3 Columns (default)
Lightning Fast
Built on edge infrastructure for sub-50ms response times globally.
Enterprise Security
SOC 2 compliant with end-to-end encryption and audit logging.
Real-time Analytics
Live dashboards with custom metrics and automated reporting.
2 Columns
Lightning Fast
Built on edge infrastructure for sub-50ms response times globally.
Enterprise Security
SOC 2 compliant with end-to-end encryption and audit logging.
Without Icons
Lightning Fast
Built on edge infrastructure for sub-50ms response times globally.
Enterprise Security
SOC 2 compliant with end-to-end encryption and audit logging.
Real-time Analytics
Live dashboards with custom metrics and automated reporting.
Props
| Prop | Type | Description |
|---|---|---|
| features | Feature[] | Array of { icon?, title, description } objects |
| columns | 2 | 3 | 4 | Number of grid columns (default 3) |
| className | string | Additional classes on the root element |
Usage
<FeatureSection
columns={3}
features={[
{
icon: <Zap className="h-6 w-6" />,
title: "Lightning Fast",
description: "Sub-50ms response times.",
},
]}
/>