This commit is contained in:
Kenneth Jannette
2024-04-23 02:56:09 -05:00
parent 835ce07568
commit da4490b922
2 changed files with 12 additions and 23 deletions

View File

@@ -373,34 +373,23 @@ const HomePageB = () => {
<div className="home-col-50"> <div className="home-col-50">
<div className="pad-2"> <div className="pad-2">
<h2 className="section-three-header"> <h2 className="section-three-header">
Made by Attorneys, for Attorneys. Cut through the rote - focus on your priorities.
</h2> </h2>
<p className="section-two-body"> <p className="section-two-body">
With as few as three clicks, you can draft a ready-to-serve Novodraft is not a chatbot, or an AI assitant. It is a
response in minutes. It's as easy as uploading a .pdf file. huerstic framework that leverages AI to enhance your drafting,
and free you from reciting boilerplate, "raised-or-waived,"
"gotcha" arguments and objections.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Novodraft cuts through the mire of rote tasks, but does much Modeled on persuasive writing frameworks employed by actual
more than automate. attorneys, Novodraft generates discovery requests and responses
within precsiely-defined natural language parameters. It even
applies CRAC structure, where appropriate.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Intellidraft AI technology powers persuasive arguments and makes You wil find that yourself able to spend more time on key
otherwise boilerplate objections compelling. Augment your dispositive issues. The issues your know will carry the day.
drafting as much or as little as you want. Novodraft actively
observes your edits, and, over time, incorporates your preferred
style.
</p>
<p className="section-two-body">
Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is
a proprietary, algorithmic drafting system that leverages AI to
enhance drafting. It eliminates so-called "hallucinations" and
side-effects.
</p>
<p className="section-two-body">
Modeled on real, human attorney's drafting sttyles, it generates
discovery requests, responses and persuasive objections, within
specific natural language parameters. It even applies CRAC
structure, where appropriate.
</p> </p>
<p className="section-two-body"></p> <p className="section-two-body"></p>
<div <div

View File

@@ -119,7 +119,7 @@ section.section-one {
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
margin-top: 50px; margin-top: 50px;
padding-right: 8px; padding-right: 10px;
height: 130px; height: 130px;
} }