Content Blocks
Editorial Split
Editorial split stats section with typography focus.
statseditorialsplittypography
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
image | string | https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop | Background image URL. |
title | string | Building the future, | Section title text (first part). |
titleItalic | string | one block at a time. | Section title text (italic part). |
stats | Array<{value: number, label: string}> | [] | Array of stat items with value and label. |
backgroundColor | string | #ffffff | Background color (hex, rgb, or hsl). |
imageOverlayColor | string | rgba(0,0,0,0.1) | Image overlay color. |
titleColor | string | #000000 | Title text color. |
titleItalicColor | string | #737373 | Italic title text color. |
statValueColor | string | #000000 | Stat value text color. |
statLabelColor | string | #525252 | Stat label text color. |
borderColor | string | #000000 | Border color. |