Marketing

HeroBanner

Full-width marketing hero section with title, subtitle, CTAs, and optional background.

HeroBanner

A responsive hero section with title, subtitle, dual CTAs, optional background image, and built-in reveal animations.

Preview

Welcome to Our Store

Discover premium products at unbeatable prices

Usage

<CHeroBanner
  title="Welcome to Our Store"
  subtitle="Discover the latest collections"
  primary-cta-label="Shop Now"
  primary-cta-to="/products"
  secondary-cta-label="Learn More"
  secondary-cta-to="/about"
/>

With Background Image

<CHeroBanner
  title="Summer Collection"
  subtitle="Up to 50% off"
  :background-image="'/images/hero.jpg'"
  overlay
  primary-cta-label="Shop Now"
  primary-cta-to="/summer"
/>

Centered Alignment

<CHeroBanner
  title="Your Marketplace"
  subtitle="Everything you need"
  align="center"
/>

Props

PropTypeDefaultDescription
titlestringrequiredMain heading
subtitlestringSubtitle text
backgroundImagestringBackground image URL
overlaybooleanfalseDark overlay on background
primaryCtaLabelstringPrimary button label
primaryCtaTostringPrimary button route
secondaryCtaLabelstringSecondary button label
secondaryCtaTostringSecondary button route
align'start' | 'center''start'Content alignment
height'sm' | 'md' | 'lg' | 'full''lg'Banner height
uiPartial<{...}>Per-instance theme overrides

Slots

SlotScoped PropsDescription
titleCustom title content
subtitleCustom subtitle
actionsCustom CTA buttons
mediaSide media (image/video)