Skip to content

ArdoHeroAction

Interface ArdoHeroAction

API / interfaces / ardoheroaction

Interface: ArdoHeroAction

Properties

text

text: string

Button text

link: To

Link destination - internal route path or external URL

theme

optional

theme: "alt" | "brand"

Visual theme: "brand" for primary, "alt" for secondary

icon

optional

icon: ReactNode

Optional icon as ReactNode (e.g. Lucide icon component)

Source

ui/components/Hero.tsx:10


← ArdoFeaturesProps | ArdoHeroImage →