This commit is contained in:
Kenneth Jannette
2024-01-13 13:24:13 -06:00
parent 141a076483
commit a33c08c5ee
2 changed files with 22 additions and 8 deletions

View File

@@ -27,23 +27,25 @@ export const FeaturesBottom = () => {
return (
<div className="features-copy-wrapper">
<h4 className="features-header-text">
Discovery requests dramatically fast{" "}
Discovery requests dramatically fast
<p className="features-asterisk">*</p>
</h4>
<ul className="features-list">
<li className="features-list-item-lower">
<li className="features-list-item">
Click mate: Generate discovery requests with a few clicks, with the
help of your Intellidraft AI assistant.
help of your Intellidraft AI assistant. And/or...
</li>
<li className="features-list-item-lower">
Options: Select manually from a comprehensive request library,
categorized by case type and customizable to your case's facts.
<li className="features-list-item">
You have options: Select manually from a comprehensive request
library, categorized by case type and customizable to your case's
facts.
</li>
<li className="features-list-item-lower">
<li className="features-list-item">
Done: get a draft together in minutes, with a formatted .docx for
service.
</li>
</ul>
<p className="steps-p"></p>
<p className="features-disclosure">* Launching spring '24</p>
</div>
);
};

View File

@@ -12,11 +12,23 @@
}
.features-header-text {
display: flex;
flex-direction: row;
margin-top: 8px;
margin-left: 8px;
padding-left: 7px;
}
.features-asterisk {
font-size: 12px;
}
.features-disclosure {
font-size: 12px;
float: right;
margin-right: 32px;
}
.features-bottom-wrapper {
display: flex;
flex-direction: row;