Content Blocks
Luxury Gold
Luxury gold stats section with serif typography and gradients.
statsluxurygoldserif
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
badgeText | string | Performance Metrics | Badge text displayed above title. |
title | string | Our Legacy in Numbers | Section title text. |
stats | Array<{value: number, suffix?: string, label: string}> | [] | Array of stat items with value, optional suffix, and label. |
backgroundColor | string | #0a0a0a | Background color (hex, rgb, or hsl). |
dividerColor | string | #D4AF37 | Divider line color. |
badgeColor | string | #D4AF37 | Badge text color. |
titleColor | string | #ffffff | Title text color. |
dividerLineColor | string | rgba(255,255,255,0.1) | Vertical divider line color. |
valueGradientFrom | string | #D4AF37 | Value gradient start color. |
valueGradientTo | string | #8a7020 | Value gradient end color. |
labelColor | string | rgba(163, 163, 163, 1) | Label text color. |
labelHoverColor | string | #ffffff | Label text color on hover. |