Components/7f9fd6af-2630-4612-aed5-e91a04e79ed7

Bold Pricing

pricingfrom Startup Bold
Sign in to Add to Project
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

PropertyTypeDefaultDescription
plansarray
titlestring
View raw JSON schema
{
  "type": "object",
  "properties": {
    "plans": {
      "type": "array"
    },
    "title": {
      "type": "string"
    }
  }
}