Library · Content Sections
FeatureVideoTwoTone
Dark primary header band with a title overlapping a video container and play button.
Figma: Feature Video / Two Tone ↗ View Elementor template in 8020 ↗---
import FeatureVideoTwoTone from "../components/figma/FeatureVideoTwoTone.astro";
---
<FeatureVideoTwoTone
title="Why our clients choose us"
posterImage="https://images.unsplash.com/photo-1556761175-5973dc0f32e7?w=1200&h=800&fit=crop"
posterImageAlt="Our team"
/> Props
| Name | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Heading shown in the band. |
posterImage | string (url) | Yes | Video poster image. |
posterImageAlt | string | — | Alt text for the poster. |
Example with all props
<FeatureVideoTwoTone
title="See the community come to life"
posterImage="/images/video-poster.jpg"
posterImageAlt="Aerial view of the estate at dusk"
/>