Kind: Component
Source: atloria-monorepo/templates/site-bootstrap/src/sections/hero/hero-classic-split.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
headlineKey | string | ✓ | - |
subheadlineKey | string | ✓ | - |
primaryCtaKey | string | ✓ | - |
primaryCtaUrl | string | ✓ | - |
secondaryCtaKey | string | - | - |
secondaryCtaUrl | string | - | - |
badgeKey | string | - | - |
badgeIcon | LucideIcon | - | - |
imageSrc | string | ✓ | - |
imageAlt | string | ✓ | - |
trustItems | unknown[] | - | - |
className | string | - | - |
Diagram
mermaidgraph TD component_HeroClassicSplit_7cdf55b8["HeroClassicSplit"] class component_HeroClassicSplit_7cdf55b8 rootComponent
Relationships
- RENDERS →
motion-div - RENDERS →
motion-span - RENDERS →
BadgeIcon - RENDERS →
motion-h1 - RENDERS →
motion-p - RENDERS →
ArrowRight - RENDERS →
motion-ul - RENDERS →
Check - USES_HOOK →
useTranslation
Was this page helpful?