This commit is contained in:
Kenneth Jannette
2024-01-12 15:29:49 -06:00
parent e1539d9a37
commit 77aa61f4bb
2 changed files with 27 additions and 18 deletions

View File

@@ -4,18 +4,19 @@ export const FeaturesTop = () => {
<h4 className="features-header-text">Discovery responses in a dash</h4> <h4 className="features-header-text">Discovery responses in a dash</h4>
<ul className="features-list"> <ul className="features-list">
<li className="features-list-item"> <li className="features-list-item">
Go from a discovery request on your desk to a precise response, ready Dashing: go from a discovery request on your desk to a precise
for service, in less time than it takes to order a coffee. response, ready for service, in less time than it takes to order a
coffee.
</li> </li>
<li className="features-list-item"> <li className="features-list-item">
Impressive response documents are editable and pre-formatted to Configurable: adjust the verbosity of your AI assistant's rhetoric.
Dial down for a concise response or up for more analysis and
persuasive arguments supporting objections.
</li>
<li className="features-list-item">
Done: Impressive response documents are editable and pre-formatted to
comport with applicable local rules. comport with applicable local rules.
</li> </li>
<li className="features-list-item">
Configurable settings adjust the verbosity of your AI assitant's
rhetoric. Dial down for a concise repsonse or up for greater anlysis
and additional persuasive arguments.
</li>
</ul> </ul>
<p className="steps-p"></p> <p className="steps-p"></p>
</div> </div>
@@ -26,19 +27,20 @@ export const FeaturesBottom = () => {
return ( return (
<div className="features-copy-wrapper"> <div className="features-copy-wrapper">
<h4 className="features-header-text"> <h4 className="features-header-text">
Discovery requests - done dramatically fast{" "} Discovery requests dramatically fast{" "}
</h4> </h4>
<ul className="features-list"> <ul className="features-list">
<li className="features-list-item"> <li className="features-list-item-lower">
Generate discovery requests with a few clicks, by leveraging your Click mate: Generate discovery requests with a few clicks, with the
Intellidraft AI assitant. help of your Intellidraft AI assistant.
</li> </li>
<li className="features-list-item"> <li className="features-list-item-lower">
Select manually from a comprehensive request library, categorized by Options: Select manually from a comprehensive request library,
cae type and customizable to your case's facts. categorized by case type and customizable to your case's facts.
</li> </li>
<li className="features-list-item"> <li className="features-list-item-lower">
Done in minutes, with a formatted .docx for review and service. Done: get a draft together in minutes, with a formatted .docx for
service.
</li> </li>
</ul> </ul>
<p className="steps-p"></p> <p className="steps-p"></p>

View File

@@ -139,7 +139,14 @@
width: 98%; width: 98%;
text-align: justify; text-align: justify;
font-size: 0.94rem; font-size: 0.94rem;
margin: 6px 0px; margin: 8px 0px;
}
.features-list-item-lower {
width: 98%;
text-align: justify;
font-size: 0.94rem;
margin: 8px 0px 8px 8px;
} }
.features-top-right { .features-top-right {