diff --git a/src/Components/Home/HomePageB.js b/src/Components/Home/HomePageB.js index 5bff66f..856dac4 100644 --- a/src/Components/Home/HomePageB.js +++ b/src/Components/Home/HomePageB.js @@ -16,7 +16,9 @@ const HomePageB = () => { const [showPromoModal, setShowPromoModal] = useState(false); const [isBusy, setIsBusy] = useState(false); const [notice, setNotice] = useState(""); - + const heroString = + "Interrogatories, requests for admissions/production + motions. "; + const heroString2 = "Done in < 10 minutes. For $9.75/week."; const apiUrl = process.env.NODE_ENV === "development" ? process.env.REACT_APP_API_DEV @@ -258,7 +260,14 @@ const HomePageB = () => { const homeContent = (
-
+
+
+

AI-asssisted legal drafting

+
{heroString}
+
{heroString2}
+
+
+ {/* Section 2 */}
@@ -300,17 +309,24 @@ const HomePageB = () => {

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. + your drafting as much or as little as you prefer. It learns from + your edits, and, over time, drafts in your personalized style.

+

+ Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is + not subject to “hallucinations”.{" "} +

+

+ Novodraft is an AI-assisted discovery drafting tool, modeled on + human attorney’s legal writing styles. It programmatically + drafts responses and persuasive objections. Where appropriate it + applies CRAC structure. +

+

clickedExploreLink()} - > -
- Explore Novodraft - -
-
+ >
@@ -528,4 +544,9 @@ export default HomePageB; + +
+ Explore Novodraft + +
*/ diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index ad62d07..3acacea 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -14,7 +14,7 @@ } .pad-2 { - padding: 2rem 0.5rem; + padding: 1rem 0.5rem; } a { @@ -52,6 +52,22 @@ ul.navbar-nav { section.section-one { height: 680px; display: flex; + justify-content: center; +} + +.hero-top { + font-size: 1.9rem; + color: #000; + font-family: Roboto; +} + +.hero-middle { + font-size: 2.8rem; + text-align: center; + color: #000; + font-family: Roboto; + font-weight: 500; + line-height: 3.4rem; } .first-section-subcontainer { @@ -59,6 +75,13 @@ section.section-one { padding-left: 20px; } +.hero-text-container { + display: flex; + flex-direction: column; + align-items: center; + width: 980px; +} + .text-block-1 { padding: 20px 0px; } @@ -246,6 +269,7 @@ p.text-block-2.text-center { padding-left: 2px; font-size: 1.12rem; } + .card-upper-box { display: flex; flex-direction: row;