This commit is contained in:
Kenneth Jannette
2024-03-22 17:12:39 -05:00
parent 2994d998e0
commit 7209035b9a
2 changed files with 20 additions and 15 deletions

View File

@@ -37,13 +37,13 @@ const HomePage = () => {
<div className="row upper-row-one"> <div className="row upper-row-one">
<div className="col-md-12 mobile-col-up"> <div className="col-md-12 mobile-col-up">
<div className="heading-one-container"> <div className="heading-one-container">
<h1 className="heading-1">Novodraft: Legal AI.</h1> <h1 className="heading-1">Novodraft: Legal AI</h1>
<h1 className="heading-1-mobile">Novodraft</h1> <h1 className="heading-1-mobile">Novodraft</h1>
<h1 className="heading-2-mobile"> <h1 className="heading-2-mobile">
AI-Assisted Legal Drafting AI-Assisted Legal Drafting
</h1> </h1>
<h1 className="heading-2"> <h1 className="heading-2">
Draft documents faster <i>and </i> smarter. Draft documents faster <i>and </i> smarter
</h1> </h1>
</div> </div>
<div className="mobile-lower-header-1"> <div className="mobile-lower-header-1">
@@ -68,7 +68,7 @@ const HomePage = () => {
</div> </div>
<p className="text-block-1"> <p className="text-block-1">
Discovery requests done dramatically fast discovery Discovery requests done dramatically fast discovery
responses ready in minutes responses ready in minutes.
</p> </p>
<p className="text-block-two"> <p className="text-block-two">
Reclaim hours every week. Spend time growing your practice, or Reclaim hours every week. Spend time growing your practice, or
@@ -105,10 +105,11 @@ const HomePage = () => {
</div> </div>
<div className="home-col-50"> <div className="home-col-50">
<div className="pad-2"> <div className="pad-2">
<h2 className="heading-2">Made by Attorneys, for Attorneys</h2> <h2 className="heading-2">Made by Attorneys, for Attorneys.</h2>
<div className="text-block-2-box"> <div className="text-block-2-box">
<p className="text-block-2"> <p className="text-block-2">
Legal tech built by people that get it. Legal tech developed by people that understand what you
need.
</p> </p>
</div> </div>
@@ -174,9 +175,12 @@ const HomePage = () => {
<div className="home-card-text-box"> <div className="home-card-text-box">
<p className="card-texts"> <p className="card-texts">
Generate discovery requests with AI at your service, edit or Generate interrogatories and requests for
add special language with tags. Concise yet comprehensive production/admissions leveraging AI.
demands, done in minutes and downloadable as .docx. </p>
<p className="card-texts">
Edit or add special language with tags. Concise yet
comprehensive demands, done in minutes.
</p> </p>
</div> </div>
</div> </div>
@@ -201,9 +205,10 @@ const HomePage = () => {
<div className="home-card-text-box"> <div className="home-card-text-box">
<p className="card-texts"> <p className="card-texts">
Novodraft's AI powers responses with compelling arguments Use Novodraft AI to quickly draft responses including
about what you choose to disclose and withhold. You'll compelling arguments about what you withhold from
finish in minutes with a downloadable .docx file. disclosure. Finish in minutes with a downloadable .docx
file.
</p> </p>
</div> </div>
</div> </div>
@@ -227,8 +232,8 @@ const HomePage = () => {
<div className="home-card-text-box"> <div className="home-card-text-box">
<p className="card-texts"> <p className="card-texts">
Your dashboard displays important deadlines, alerts, and can Your dashboard displays important deadlines, alerts, and can
configure to auto-draft documents and remind you to serve be configured to auto-draft documents with reminders for
them. tasks such as service or hearings.
</p> </p>
</div> </div>
</div> </div>

View File

@@ -325,7 +325,7 @@ p.card-texts {
font-family: Roboto; font-family: Roboto;
font-size: 1.7rem; font-size: 1.7rem;
font-weight: 400; font-weight: 400;
margin-top: 8px; margin-top: 2px;
letter-spacing: -0.007rem; letter-spacing: -0.007rem;
color: #1f74a7; color: #1f74a7;
} }
@@ -362,7 +362,7 @@ p.card-title {
} }
.home-card-text-box { .home-card-text-box {
padding: 8px 10px 0px 10px; padding: 2px 10px 0px 10px;
width: 270px; width: 270px;
height: 150px; height: 150px;
} }