Content Path: /en/dev/hero-with-stats
Looking for content at: /en/dev/hero-with-stats
HeroWithStats
Hero section with background image overlay and prominent statistics display.
Minimal
Simple Hero Title
Basic hero section with just title and description text for minimal implementation.
::HeroWithStats
---
title: "Simple Hero Title"
description: "Basic hero section with just title and description text for minimal implementation."
---
::
Default
Solutions Area
Student Housing
Functional interiors for student accommodation with comfort factor. Specialized in projects from 100 to 1,000 units – realized within months.
500-1,000
Units in few months
1,000+
Apartments annually
100%
Complete furnishing
::HeroWithStats
---
badge: "Solutions Area"
title: "Student Housing"
description: "Functional interiors for student accommodation with comfort factor. Specialized in projects from 100 to 1,000 units – realized within months."
backgroundImage: "home-1"
stats:
- value: "500-1,000"
label: "Units in few months"
- value: "1,000+"
label: "Apartments annually"
- value: "100%"
label: "Complete furnishing"
---
::
With CTA Buttons
Since 1958 - Family Business from Austria
Complete Furnishing for Housing Projects from 100 Units
Planning, production and installation from a single source. Specialized in student housing, serviced apartments and commercial kitchens.
::HeroWithStats
---
badge: "Since 1958 - Family Business from Austria"
title: "Complete Furnishing for Housing Projects from 100 Units"
description: "Planning, production and installation from a single source. Specialized in student housing, serviced apartments and commercial kitchens."
backgroundImage: "home-2"
primaryCTA:
label: "Request Project"
to: "/contact"
secondaryCTA:
label: "View References"
to: "/projects"
---
::
Without Badge
Modern Housing Solutions
Innovative interior design solutions for contemporary living spaces with focus on functionality and comfort for large-scale developments.
98%
Client satisfaction
50+
Projects completed
24/7
Support available
::HeroWithStats
---
title: "Modern Housing Solutions"
description: "Innovative interior design solutions for contemporary living spaces with focus on functionality and comfort for large-scale developments."
backgroundImage: "home-4"
stats:
- value: "98%"
label: "Client satisfaction"
- value: "50+"
label: "Projects completed"
- value: "24/7"
label: "Support available"
---
::
Without Stats
Innovation
Smart Living Solutions
Cutting-edge interior design solutions for modern residential projects with emphasis on sustainability and efficiency.
::HeroWithStats
---
badge: "Innovation"
title: "Smart Living Solutions"
description: "Cutting-edge interior design solutions for modern residential projects with emphasis on sustainability and efficiency."
backgroundImage: "innovation-2"
primaryCTA:
label: "Get Started"
to: "/start"
---
::
Props
| Prop | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Main heading text |
description | string | Yes | Descriptive text below title |
badge | string | No | Optional badge text above title |
backgroundImage | string | No | Background image source |
backgroundImageAlt | string | No | Alt text for background image |
stats | Stat[] | No | Array of statistics to display |
primaryCTA | CTAButton | No | Primary call-to-action button |
secondaryCTA | CTAButton | No | Secondary call-to-action button |
Stat Interface
| Property | Type | Required | Description |
|---|---|---|---|
value | string | Yes | Statistic value (e.g., "500+", "98%") |
label | string | Yes | Statistic description |
CTAButton Interface
| Property | Type | Required | Description |
|---|---|---|---|
label | string | Yes | Button text |
to | string | Yes | Navigation target |