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

Background

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

Background
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

Background
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

Background

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

Background
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

PropTypeRequiredDescription
titlestringYesMain heading text
descriptionstringYesDescriptive text below title
badgestringNoOptional badge text above title
backgroundImagestringNoBackground image source
backgroundImageAltstringNoAlt text for background image
statsStat[]NoArray of statistics to display
primaryCTACTAButtonNoPrimary call-to-action button
secondaryCTACTAButtonNoSecondary call-to-action button

Stat Interface

PropertyTypeRequiredDescription
valuestringYesStatistic value (e.g., "500+", "98%")
labelstringYesStatistic description

CTAButton Interface

PropertyTypeRequiredDescription
labelstringYesButton text
tostringYesNavigation target