Interface: HeroProps

Properties

name

optional

name: string

Large title displayed prominently

text

optional

text: string

Secondary text below the name

tagline

optional

tagline: string

Descriptive tagline

image

optional

image: string | HeroImage

Hero image - can be a string URL or an object with light/dark variants

actions

optional

actions: HeroAction[]

Call-to-action buttons

className

optional

className: string

Additional CSS class

Source

ui/components/Hero.tsx


← HeroImage | InfoProps →