BusinessBenefits
Display business benefits in responsive grid layout with centered or left-aligned icons, titles, descriptions.
Default Configuration (Centered)
Benefits for Operators & Investors
Planning Security
Fixed prices and binding deadlines for calculable projects
Longevity
Robust materials and thoughtful details for years of operation
Fast Implementation
Own production facilities and assembly teams guarantee short delivery times
CI Customization
Color concepts and materials matching your brand identity
::BusinessBenefits
---
title: "Benefits for Operators & Investors"
benefits:
- id: "planning"
title: "Planning Security"
description: "Fixed prices and binding deadlines for calculable projects"
icon: "i-heroicons-user"
- id: "longevity"
title: "Longevity"
description: "Robust materials and thoughtful details for years of operation"
icon: "i-heroicons-shield-check"
- id: "speed"
title: "Fast Implementation"
description: "Own production facilities and assembly teams guarantee short delivery times"
icon: "i-heroicons-bolt"
- id: "customization"
title: "CI Customization"
description: "Color concepts and materials matching your brand identity"
icon: "i-heroicons-face-smile"
---
::
Left Aligned
Benefits for Operators & Investors
Planning Security
Fixed prices and binding deadlines for calculable projects
Longevity
Robust materials and thoughtful details for years of operation
Fast Implementation
Own production facilities and assembly teams guarantee short delivery times
CI Customization
Color concepts and materials matching your brand identity
::BusinessBenefits
---
title: "Benefits for Operators & Investors"
alignment: "left"
benefits:
- id: "planning"
title: "Planning Security"
description: "Fixed prices and binding deadlines for calculable projects"
icon: "i-heroicons-user"
- id: "longevity"
title: "Longevity"
description: "Robust materials and thoughtful details for years of operation"
icon: "i-heroicons-shield-check"
- id: "speed"
title: "Fast Implementation"
description: "Own production facilities and assembly teams guarantee short delivery times"
icon: "i-heroicons-bolt"
- id: "customization"
title: "CI Customization"
description: "Color concepts and materials matching your brand identity"
icon: "i-heroicons-face-smile"
---
::
With Description
Benefits for Operators & Investors
Why companies trust our solutions
Planning Security
Fixed prices and binding deadlines for calculable projects
Longevity
Robust materials and thoughtful details for years of operation
Fast Implementation
Own production facilities and assembly teams guarantee short delivery times
CI Customization
Color concepts and materials matching your brand identity
::BusinessBenefits
---
title: "Benefits for Operators & Investors"
description: "Why companies trust our solutions"
benefits:
- id: "planning"
title: "Planning Security"
description: "Fixed prices and binding deadlines for calculable projects"
icon: "i-heroicons-user"
- id: "longevity"
title: "Longevity"
description: "Robust materials and thoughtful details for years of operation"
icon: "i-heroicons-shield-check"
- id: "speed"
title: "Fast Implementation"
description: "Own production facilities and assembly teams guarantee short delivery times"
icon: "i-heroicons-bolt"
- id: "customization"
title: "CI Customization"
description: "Color concepts and materials matching your brand identity"
icon: "i-heroicons-face-smile"
---
::
Props
| Prop | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Main heading text |
description | string | No | Optional description below title |
benefits | BusinessBenefit[] | Yes | Array of benefit items |
alignment | 'center' | 'left' | No | Card content alignment (default: 'center') |
BusinessBenefit Interface
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier |
title | string | Yes | Benefit title |
description | string | Yes | Benefit description |
icon | string | Yes | Heroicons icon name |