FeatureGrid

Domain

Section wrapper that renders a heading block and a responsive grid of FeatureCard components. columns prop controls breakpoints; layout prop is passed down to each card.

3-column cards

Preview
Everything you need

Built for teams that move fast

No more juggling five tabs.

Blazing fast deploys

Push to production in under 60 seconds with zero-downtime rolling releases.

SOC 2 compliant

Enterprise-grade security with end-to-end encryption and audit logs.

Real-time analytics

Monitor performance, errors, and user behaviour from a single pane of glass.

Git-native workflow

Connect any repo. Preview branches auto-deploy and expire on merge.

Team collaboration

Built-in review flows, comments, and approval gates — no extra tooling.

100+ integrations

Slack, GitHub, Jira, PagerDuty, and more — connect your stack in minutes.

Code
<FeatureGrid title="Built for teams" features={features} columns={3} />

2-column inline

Preview

Core capabilities

Blazing fast deploys

Push to production in under 60 seconds with zero-downtime rolling releases.

SOC 2 compliant

Enterprise-grade security with end-to-end encryption and audit logs.

Real-time analytics

Monitor performance, errors, and user behaviour from a single pane of glass.

Git-native workflow

Connect any repo. Preview branches auto-deploy and expire on merge.

Code
<FeatureGrid title="Core capabilities" features={features} layout="inline" columns={2} />
Sourcemodules/domains/landing/feature/FeatureGrid.tsx