Kind: Component
Source: atloria-monorepo/libs/site-gen-core/src/component-library/sections/hero/hero-minimal-centered.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
headlineKey | string | ✓ | - |
subheadlineKey | string | ✓ | - |
primaryCtaKey | string | ✓ | - |
primaryCtaUrl | string | ✓ | - |
secondaryCtaKey | string | - | - |
secondaryCtaUrl | string | - | - |
badgeKey | string | - | - |
badgeIcon | LucideIcon | - | - |
dividerIcons | LucideIcon[] | - | - |
imageSrc | string | - | - |
imageAlt | string | - | - |
Diagram
mermaidgraph TD component_HeroMinimalCentered_3b49a4d3["HeroMinimalCentered"] class component_HeroMinimalCentered_3b49a4d3 rootComponent
Relationships
- RENDERS →
motion-div - RENDERS →
BadgeIcon - RENDERS →
motion-h1 - RENDERS →
motion-p - RENDERS →
ArrowRight - RENDERS →
Icon - USES_HOOK →
useTranslation
Was this page helpful?