Hero Section Templates (7)
Make a strong first impression with our hero sections.
Available Hero Sections
| Template | Style | Animation |
|---|---|---|
| Valley Hero | Minimal | Fade in |
| Paynex Hero | Fintech | Gradient |
| Klip Hero | Modern | Slide up |
| Ukayi Hero | Bold | Scale |
| Monitoring Status | Dashboard | Live updates |
| Agento Hero | AI Agent | Particles |
| NeuronAI Hero | Neural | Network lines |
Usage
import { KlipHeroSection } from "@/components/Hero";
export default function Home() {
return (
<>
<KlipHeroSection />
{/* Rest of your page */}
</>
);
}Customization
Each hero section supports:
- Custom headline and subheadline
- CTA button text and action
- Background customization
- Animation timing
