Components/b15ec284-ebb1-4ae9-90d6-42a15a732e92

Feature Grid Bold

featurefrom Startup Bold
Sign in to Add to Project
Live

AI Usage Rules

Each feature card gets a subtle gradient border and glow effect. Use emoji or icons.

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">{features}</div></div></section>

Props Schema

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