This commit is contained in:
Kenneth Jannette
2024-04-23 02:33:08 -05:00
parent 575c9ec2d3
commit 835ce07568
2 changed files with 5 additions and 11 deletions

View File

@@ -283,8 +283,8 @@ const HomePageB = () => {
</div> </div>
<div className="hero-text-box"> <div className="hero-text-box">
<div className="hero-text"> <div className="hero-text">
ATTN: Attorneys - reclaim hours every week. Spend more time Reclaim hours every week. Spend more time growing your practice,
growing your practice, or just get home in time for dinner. or just get home in time for dinner.
</div> </div>
<div className="arrow-container"> <div className="arrow-container">
<div className="arrow-sub-left"></div> <div className="arrow-sub-left"></div>
@@ -375,16 +375,9 @@ const HomePageB = () => {
<h2 className="section-three-header"> <h2 className="section-three-header">
Made by Attorneys, for Attorneys. Made by Attorneys, for Attorneys.
</h2> </h2>
<div className="text-block-2-box">
<p className="section-three-wubhead">
Tech developed by litigators that understand your needs.
</p>
</div>
<p className="section-two-body"> <p className="section-two-body">
We understand the demands on your time. For example, that With as few as three clicks, you can draft a ready-to-serve
discovery request on your desk. With as few as three clicks, you response in minutes. It's as easy as uploading a .pdf file.
can draft a ready-to-serve response in minutes. It's as easy as
uploading a .pdf file.
</p> </p>
<p className="section-two-body"> <p className="section-two-body">
Novodraft cuts through the mire of rote tasks, but does much Novodraft cuts through the mire of rote tasks, but does much

View File

@@ -119,6 +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;
height: 130px; height: 130px;
} }