Hero Slider
Hero slider with various background media, smooth transitions, and autoplay functionality. Each slide can contain combinations of text, images, and backgrounds.
Hero slider with various background media, smooth transitions, and autoplay functionality. Each slide can contain combinations of text, images, and backgrounds.
sections:
- sectionType: hero-slider
# other settings
autoplay: true
autoPlayDelay: 5000
slides:
- navLabel: 'Welcome'
isReverse: false
text:
title: 'Welcome to Our Site'
titleTag: 'h1'
prose: 'Engaging content that captures attention'
isCentered: true
ctas:
- url: '/get-started'
label: 'Get Started'
isButton: true
buttonStyle: 'primary'
background:
color: '#2c3e50'
isDark: true
image:
src: '/assets/images/hero-bg.jpg'
alt: 'Hero background'
imageScreen: 'dark'
- navLabel: 'Features'
isReverse: true
text:
title: 'Amazing Features'
prose: 'Discover what makes us different'
image:
src: '/assets/images/feature.jpg'
alt: 'Feature image'
background:
color: '#34495e'
isDark: true
Property | Type | Description |
---|---|---|
navLabel | string | Text shown in navigation |
isReverse | boolean | Reverse content layout direction |
text | object | Text content (title, subtitle, prose, etc.) |
ctas | array | Call-to-action buttons |
image | object | Content image (shown alongside text) |
background | object | Background configuration with color, image, or video |