diff --git a/src/Components/Home/HomePageB.js b/src/Components/Home/HomePageB.js index 3e29347..ad17324 100644 --- a/src/Components/Home/HomePageB.js +++ b/src/Components/Home/HomePageB.js @@ -261,96 +261,90 @@ const HomePageB = () => { const homeContent = (
-
-

AI-asssisted legal drafting

-
-
-
{heroString}
-
{heroString2}
-
- - +
+
+

{heroString}

+

{heroString2}

+
+
+ + +
+
+
+ Reclaim hours every week. Spend more time growing your practice, + or just get home in time for dinner. +
+
+
+
+
+
+ +
-
-
- ATTN: Attorneys - reclaim hours every week. Spend more time - growing your practice, or just get home in time for dinner. -
-
-
-
-
-
- -
+
+
+ + + + + +
+ Used by over 1,100 Novodrafters, and counting.
-
-
- - - - - -
- Used by over 1,100 Novodrafters. -
-
-
-
-
- -
-
-
+
+
+
@@ -379,41 +373,28 @@ const HomePageB = () => {

- Made by Attorneys, for Attorneys. + Cut through the rote - focus on your priorities.

-
-

- Tech developed by litigators that understand your needs. -

-

- We understand the demands on your time. For example, that - discovery request on your desk. With as few as three clicks, you - can draft a ready-to-serve response in minutes. It's as easy as - uploading a .pdf file. + Novodraft is not a “chatbot”, or an “AI assistant. It is a + heuristic framework that leverages AI to free you from reciting + boilerplate, "raised-or-waived," "gotcha" arguments and + objections. +

+ +

+ Novodraft generates discovery requests and responses within + precisely-defined natural language parameters. It even applies + CRAC structure, where appropriate.

- Novodraft cuts through the mire of rote tasks, but does much - more than automate. + This allows you to spend more time on key, dispositive issues. + The issues you know will carry the day.

- Intellidraft AI technology powers persuasive arguments and makes - otherwise boilerplate objections compelling. Augment your - drafting as much or as little as you want. Novodraft actively - observes your edits, and, over time, incorporates your preferred - style. -

-

- Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is - a proprietary, algorithmic drafting system that leverages AI to - enhance drafting. It eliminates so-called "hallucinations" and - side-effects. -

-

- Modeled on real, human attorney's drafting sttyles, it generates - discovery requests, responses and persuasive objections, within - specific natural language parameters. It even applies CRAC - structure, where appropriate. + Most importantly, Novdraft observes and incorporates your unique + preferences. Over time, you will find yourself more able to + "lean in" on what matters the most.

{

- AI-Powered Legal Drafting Technology{" "} + AI-Enhanced Legal Drafting Technology{" "}

Novo Drafting Technology

-

- Created by litigators, for litigators -

+

{/*********** CARD ONE *********** */} diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 43720ee..b57ae6d 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -51,6 +51,7 @@ ul.navbar-nav { section.section-one { height: 680px; + margin-top: 30px; display: flex; justify-content: center; } @@ -72,13 +73,23 @@ section.section-one { } .hero-middle { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + width: 800px; +} + +.hero-middle-header { font-size: 2.8rem; text-align: center; color: #000; font-family: Roboto; font-weight: 500; line-height: 3.4rem; - width: 800px; } .hero-imgbox { @@ -104,9 +115,11 @@ section.section-one { } .hero-button-box { + display: flex; + flex-direction: row; + justify-content: center; margin-top: 50px; - padding-left: 8px; - width: 100%; + padding-right: 10px; height: 130px; } @@ -195,6 +208,7 @@ section.section-one { justify-content: center; margin: auto; padding-left: 30px; + padding-top: 6px; width: 50%; } @@ -895,6 +909,15 @@ li.nav-item { margin-left: auto; } + .section-one { + height: unset; + max-height: unset; + align-items: unset; + justify-content: unset; + margin: unset; + margin-top: unset; + } + .mobile-lower-header-top { height: 60%; @@ -902,6 +925,25 @@ li.nav-item { color: #fff; } + .hero-imgbox { + display: flex; + flex-direction: column; + width: 380px; + } + + .hero-middle-box { + width: 380px; + } + + .hero-middle { + width: 380px; + } + + .hero-button-box { + display: flex; + flex-direction: column; + } + .mobile-sw-deck { color: #fff; font-size: 16px; diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss index fbb74e4..c26c662 100644 --- a/src/styles/homepage.scss +++ b/src/styles/homepage.scss @@ -21,6 +21,16 @@ a { font-family: Roboto; } +.hero-top { + height: 13px; +} + +.hero-top-text { + font-family: Roboto; + font-size: 12px; + color: #fff; +} + .card-image-container { display: flex; flex-direction: column; @@ -744,6 +754,14 @@ li.nav-item { width: 392px; } + .hero-top { + display: none; + } + + .hero-top-text { + display: none; + } + ul.navbar-nav { margin-left: auto; }