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 ( return (
<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">
Click mate: Generate discovery requests with a few clicks, with the 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>
<li className="features-list-item-lower"> <li className="features-list-item">
Options: Select manually from a comprehensive request library, You have options: Select manually from a comprehensive request
categorized by case type and customizable to your case's facts. library, categorized by case type and customizable to your case's
facts.
</li> </li>
<li className="features-list-item-lower"> <li className="features-list-item">
Done: get a draft together in minutes, with a formatted .docx for Done: get a draft together in minutes, with a formatted .docx for
service. service.
</li> </li>
</ul> </ul>
<p className="steps-p"></p> <p className="features-disclosure">* Launching spring '24</p>
</div> </div>
); );
}; };

View File

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