Bold Pricing
pricingfrom Startup Bold
Live
AI Usage Rules
Highlight featured plan with gradient border. Use dark card backgrounds with light text.
Code Template
<section className="bg-[#0F0F23] py-24"><div className="mx-auto max-w-7xl px-6"><h2 className="text-3xl font-bold text-white text-center">{title}</h2><div className="mt-16 grid grid-cols-1 gap-8 md:grid-cols-3">{plans}</div></div></section>Props Schema
| Property | Type | Default | Description |
|---|---|---|---|
| plans | array | — | |
| title | string | — |
View raw JSON schema
{
"type": "object",
"properties": {
"plans": {
"type": "array"
},
"title": {
"type": "string"
}
}
}