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">
<h4 className="features-header-text">
Discovery requests dramatically fast
<p className="features-asterisk">*</p>
</h4>
<ul className="features-list">
<li className="features-list-item-lower">
Click mate: Generate discovery requests with a few clicks, with the
help of your Intellidraft AI assistant. And/or...
Straightforward: Easy to use interface enables generation of discovery
requests with a few clicks.
</li>
<li className="features-list-item-lower">
Options: Also, select from the comprehensive request library,
categorized by case type, customizable by you.
Complete coverage: Outgoing discovery options include interrogatories
and requests for production with instructions and definitions.
</li>
<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>
</ul>
<p className="features-disclosure">* Launching spring '24</p>
</div>
);
};