Content Blocks
The Blueprint
Hand-drawn blueprint pricing section with sketch aesthetics.
pricingblueprintsketchhand-drawn
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
title | string | Rough Estimates | Section title text. |
plans | Array<{name: string, price: number}> | [] | Array of pricing plans with name and price. |
features | string[] | [] | Array of feature strings to display. |
backgroundColor | string | #FFFDF5 | Background color (hex, rgb, or hsl). |
patternColor | string | #000000 | Grid pattern color. |
underlineColor | string | #facc15 | Title underline color. |
shadowBgColor | string | #e2e8f0 | Shadow background color. |
shadowBorderColor | string | #1e293b | Shadow border color. |
cardBgColor | string | #ffffff | Card background color. |
cardBorderColor | string | #1e293b | Card border color. |
tapeBgColor | string | rgba(254, 240, 138, 0.8) | Tape background color. |
planNameColor | string | #0f172a | Plan name text color. |
priceColor | string | #0f172a | Price text color. |
priceUnderlineColor | string | #f87171 | Price underline color. |
featureTextColor | string | #0f172a | Feature text color. |
featureBulletColor | string | #94a3b8 | Feature bullet color. |
buttonBorderColor | string | #1e293b | Button border color. |
buttonTextColor | string | #0f172a | Button text color. |
buttonHoverBgColor | string | #1e293b | Button hover background color. |
buttonHoverTextColor | string | #ffffff | Button hover text color. |
buttonText | string | Circle It | Button text. |