Landing-page hero block.
Props
function Hero(props: { data: { name?: string; text?: string; tagline?: string; image?: { src: string; alt?: string; }; actions?: Array<{ theme?: string; text?: string; link?: string; }>; };}): JSX.Element;Behavior
- uses page
frontmatter.titleas the main heading - includes
text,tagline, andimagewhen present - includes action links from
data.actions - external action links open in a new tab
- action
themedefaults tobrand
Last updated: 4/10/26, 11:49 PM