ProseHero

components/prose/Hero.vue

Full-width hero section with title, subtitle, description, CTA slot, and optional image. The standard page opener for marketing pages.

See Every Connection

Real-time visibility into encrypted traffic

Deploy in minutes. No sidecars, no proxies, no code changes.

Hero image
components/prose/Hero.vue

Usage

<ProseHero title = "—" subTitle = "—" description = "—" image = "null" imageAlt = "—" :maxImgWidth = "maxImgWidth" :screenshot = "false" > Content here </ProseHero>

Props

PropTypeDefaultDescription
titleStringMain heading (required, supports HTML)
subTitleString''Secondary heading below the title
descriptionStringBody text (required, supports HTML)
imageStringnullHero image URL
imageAltString''Alt text for the hero image
maxImgWidthString | NumbernullMax width in px for the hero image
screenshotBooleanfalseAdds screenshot styling to the image container

Slots

SlotDescription
defaultCTA buttons or additional content below the description
rightOptional content in the right column (replaces image)

Related