Components

The Hero components include the following:

  • Hero - The main wrapper for hero sections. Its props control the element and appearance.
  • HeroContent - Positions and styles the content inside a hero section.
  • HeroOverlay - An overlay layer for background effects in hero sections.

Hero

The Hero component serves as the main wrapper for hero sections. Its is prop controls the rendered element (default: div).

HeroContent

The HeroContent component positions and styles the content inside a hero section. Its is prop controls the rendered element (default: div).

HeroOverlay

The HeroOverlay component provides an overlay layer for background effects in hero sections. Place it as a child of Hero.