Content Blocks
Neo-Brutalism
Bold neo-brutalist pricing cards with chunky shadows.
pricingbrutalistboldchunky
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
title | string | No Hidden Fees. | Section title text. |
titleLine1 | string | No Hidden Fees. | First line of title. |
titleLine2 | string | Just Raw Value. | Second line of title. |
plans | Array<{name: string, price: number, badge?: string}> | [] | Array of pricing plans with name, price, and optional badge. |
features | string[] | [] | Array of feature strings to display. |
backgroundColor | string | #F4F4F0 | Background color (hex, rgb, or hsl). |
headerBgColor | string | #FF5E5B | Header background color. |
headerBorderColor | string | #000000 | Header border color. |
headerTextColor | string | #000000 | Header text color. |
headerShadowColor | string | rgba(0,0,0,1) | Header shadow color. |
cardBgColors | string[] | ["#A3E635", "#60A5FA", "#F472B6"] | Array of card background colors. |
cardBorderColor | string | #000000 | Card border color. |
cardTextColor | string | #000000 | Card text color. |
badgeBgColor | string | #000000 | Badge background color. |
badgeTextColor | string | #ffffff | Badge text color. |
priceColor | string | #000000 | Price text color. |
featureCheckBgColor | string | #000000 | Feature check background color. |
featureCheckTextColor | string | #ffffff | Feature check text color. |
buttonBgColor | string | #000000 | Button background color. |
buttonTextColor | string | #ffffff | Button text color. |
buttonHoverBgColor | string | #ffffff | Button hover background color. |
buttonHoverTextColor | string | #000000 | Button hover text color. |
buttonHoverBorderColor | string | #000000 | Button hover border color. |
shadowColor | string | #000000 | Shadow color. |
buttonText | string | Get It Now | Button text. |