This commit is contained in:
Kenneth Jannette
2024-04-23 03:18:52 -05:00
parent d582363cef
commit 37ea945e33
2 changed files with 16 additions and 10 deletions

View File

@@ -376,20 +376,25 @@ const HomePageB = () => {
Cut through the rote - focus on your priorities. Cut through the rote - focus on your priorities.
</h2> </h2>
<p className="section-two-body"> <p className="section-two-body">
Novodraft is not a chatbot, or an AI assitant. It is a Novodraft is not a chatbot, or an AI assistant. It is a
huerstic framework that leverages AI to enhance your drafting, heuristic framework that leverages AI to free you from reciting
and free you from reciting boilerplate, "raised-or-waived," boilerplate, "raised-or-waived," "gotcha" arguments and
"gotcha" arguments and objections. objections.
</p>
<p className="section-two-body">
Novodraft generates discovery requests and responses within
precisely-defined natural language parameters. It even applies
CRAC structure, where appropriate.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Modeled on persuasive writing frameworks employed by actual This allows you to spend more time on key, dispositive issues.
attorneys, Novodraft generates discovery requests and responses The issues you know will carry the day.
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">
You wil find that yourself able to spend more time on key Most importantly, Novdraft observes and incorporates your unique
dispositive issues. The issues your know will carry the day. preferences. Over time, you will find yourself more able to
"lean in" on what matters the most.
</p> </p>
<p className="section-two-body"></p> <p className="section-two-body"></p>
<div <div

View File

@@ -208,6 +208,7 @@ section.section-one {
justify-content: center; justify-content: center;
margin: auto; margin: auto;
padding-left: 30px; padding-left: 30px;
padding-top: 6px;
width: 50%; width: 50%;
} }