This commit is contained in:
Kenneth Jannette
2024-03-26 01:21:56 -05:00
parent d18336e497
commit 18fe59c195

View File

@@ -28,22 +28,20 @@ export const FeaturesBottom = () => {
<div className="features-copy-wrapper"> <div className="features-copy-wrapper">
<h4 className="features-header-text"> <h4 className="features-header-text">
Discovery requests dramatically fast Discovery requests dramatically fast
<p className="features-asterisk">*</p>
</h4> </h4>
<ul className="features-list"> <ul className="features-list">
<li className="features-list-item-lower"> <li className="features-list-item-lower">
Click mate: Generate discovery requests with a few clicks, with the Straightforward: Easy to use interface enables generation of discovery
help of your Intellidraft AI assistant. And/or... requests with a few clicks.
</li> </li>
<li className="features-list-item-lower"> <li className="features-list-item-lower">
Options: Also, select from the comprehensive request library, Complete coverage: Outgoing discovery options include interrogatories
categorized by case type, customizable by you. and requests for production with instructions and definitions.
</li> </li>
<li className="features-list-item-lower"> <li className="features-list-item-lower">
Done: get a draft in minutes, with a formatted .docx for service. Done: finsihed in minutes, with a formatted .docx for service.
</li> </li>
</ul> </ul>
<p className="features-disclosure">* Launching spring '24</p>
</div> </div>
); );
}; };