This commit is contained in:
Kenneth Jannette
2024-04-19 22:27:19 -05:00
parent 30ac3f808f
commit 38361c134f
2 changed files with 20 additions and 11 deletions

View File

@@ -274,7 +274,14 @@ const HomePageB = () => {
<div className="hero-middle-box">
<div className="hero-middle">{heroString}</div>
<div className="hero-middle">{heroString2}</div>
<div className="hero-button-box"></div>
<div className="hero-button-box">
<button className="button-2" onClick={handleTryItButton}>
Start A Free Trial
</button>
<button className="button-2" onClick={handleDemo}>
Request a demo
</button>
</div>
</div>
<div className="hero-text-box">
@@ -326,8 +333,9 @@ const HomePageB = () => {
<p className="section-two-body">
Intellidraft AI technology powers persuasive arguments and makes
otherwise boilerplate objections compelling. Use it to augment
your drafting as much or as little as you prefer. It learns from
your edits, and, over time, drafts in your personalized style.
your drafting as much or as little as you want. The framwork
learns from your edits, and, over time, drafts in your
personalized style.
</p>
<p className="section-two-body">
Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is
@@ -357,7 +365,9 @@ const HomePageB = () => {
<h2 className="section-three-header-mobile">
Novo Drafting Technology
</h2>
<p className="section-three-subhead">Created by litigators .</p>
<p className="section-three-subhead">
Created by litigators, for litigators
</p>
</div>
<div className="card-section-container">
{/*********** CARD ONE *********** */}
@@ -429,15 +439,13 @@ const HomePageB = () => {
<div className="card-body">
<div className="card-upper-box">
<div className="home-card-title">
<h3 className="foo-card-title">Proactive Alerts</h3>
<h3 className="foo-card-title">Discovery Motions</h3>
<div className="home-card-divider"></div>
</div>
</div>
<div className="home-card-text-box">
<p className="card-texts">
Your dashboard displays important deadlines, alerts, and can
be configured to auto-draft documents with reminders for tasks
such as service or hearings.
Motions to compel disclosure. Ready to serve in 10 minutes
</p>
</div>
</div>

View File

@@ -84,7 +84,7 @@ section.section-one {
.hero-imgbox {
background-image: url("../Assets/Images/opac_butta.png") no-repeat;
height: 700px;
width: 1200px;
width: 1160px;
z-index: 1;
}
@@ -96,16 +96,17 @@ section.section-one {
.hero-text {
text-align: center;
padding-top: 20px;
width: 650px;
font-size: 1.5rem;
color: #000;
}
.hero-button-box {
margin-top: 60px;
width: 100%;
height: 200px;
height: 160px;
}
.first-section-subcontainer {
padding-top: 35px;
padding-left: 20px;