Experience Work Without the Noise with our complete workspace solution.
Just add the hero tag and watch the magic happen. No complex setup required.
Sometimes you just need one button to guide users to the next step.
This hero section demonstrates how the component handles longer content. The animated background and particles create a dynamic, engaging experience that draws attention to your message while maintaining readability and visual appeal.
<hero>
<div class="particle-1"></div>
<div class="particle-2"></div>
<div class="particle-3"></div>
<div class="hero-content">
<h1>Your Title</h1>
<p>Your description text</p>
<div class="hero-buttons">
<a href="#" class="hero-button primary">Primary Button</a>
<a href="#" class="hero-button secondary">Secondary Button</a>
</div>
</div>
</hero>
The hero component uses CSS custom properties, so you can easily customize colors by modifying the CSS variables in css/styles.css.