This commit is contained in:
Kenneth Jannette
2024-02-16 19:44:47 -06:00
parent bc3d704a44
commit 54ce7a4b25
4 changed files with 25 additions and 14 deletions

View File

@@ -1,21 +1,21 @@
export const FeaturesTop = () => {
return (
<div className="features-copy-wrapper">
<h4 className="features-header-text">Discovery responses in a dash</h4>
<h4 className="features-header-text">Discovery responses in minutes</h4>
<ul className="features-list">
<li className="features-list-item">
Dashing: go from a discovery request on your desk to a precise
Don't blink: go from a discovery request on your desk to a precise
response, ready for service, in less time than it takes to order
lunch.
</li>
<li className="features-list-item">
Configurable: adjust the verbosity of your AI assistant's rhetoric.
Configurable: adjust the verbosity of your AI assistant's responses.
Dial down for a concise response or up for more analysis and
persuasive arguments supporting objections.
persuasive arguments.
</li>
<li className="features-list-item">
Done: Impressive response documents are editable and pre-formatted to
comport with applicable local rules.
Perfection, simply: Impressive response documents are editable to your
taste, pre-formatted and comport with applicable local style.
</li>
</ul>
<p className="steps-p"></p>