This commit is contained in:
Kenneth Jannette
2024-03-18 15:20:25 -05:00
parent 9cee7a55f9
commit c6910abf73
2 changed files with 5 additions and 3 deletions

View File

@@ -39,8 +39,10 @@ const HomePage = () => {
</h1> </h1>
</div> </div>
<p className="text-block-1"> <p className="text-block-1">
Discovery responses ready in minutes. Discovery requests done dramatically fast discovery
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
just get home by dinner. just get home by dinner.

View File

@@ -166,9 +166,9 @@ p.text-block-1 {
font-size: 25px; font-size: 25px;
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
line-height: 29.756px; /* 123.983% */ line-height: 1.6;
width: 525px; width: 525px;
margin-top: 28px; margin-top: 24px;
} }
.try-it-button-box { .try-it-button-box {