From 9bec5d3c2ec28ecd28591c96591cafa31afe45d9 Mon Sep 17 00:00:00 2001
From: Kenneth Jannette
Date: Sat, 20 Apr 2024 13:40:12 -0500
Subject: [PATCH] More
---
src/Components/Home/HomePageB.js | 33 ++++++++++++++++++--------------
src/styles/homepage-b.scss | 19 +++++++++++++++---
src/styles/homepage.scss | 2 +-
src/styles/navbar.scss | 2 +-
4 files changed, 37 insertions(+), 19 deletions(-)
diff --git a/src/Components/Home/HomePageB.js b/src/Components/Home/HomePageB.js
index dcc53d9..7a84f78 100644
--- a/src/Components/Home/HomePageB.js
+++ b/src/Components/Home/HomePageB.js
@@ -285,8 +285,8 @@ const HomePageB = () => {
- 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.
{
- Over 650 satisfied users
+
+ Used by over 1,100 Novodrafters
+
@@ -358,10 +360,10 @@ const HomePageB = () => {
- Novodraft understands 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.
+ 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 cuts through a mire of rote tasks, but does much more
@@ -370,19 +372,20 @@ const HomePageB = () => {
Intellidraft AI technology powers persuasive arguments and makes
otherwise boilerplate objections compelling. Augment your
- drafting as much or as little as you want. The framwork observes
- from your edits, and, over time, adopts your personalized style.
+ drafting as much or as little as you want. Novodraft actively
+ observes your edits, and, over time, incorporates 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 algorithmically drafts
+ This is an advanced, AI-assisted drafting tool, modeled on human
+ attorney's legal drafting styles. It algorithmically drafts
discovery requests, responses and persuasive objections, within
- specific parameters. Where appropriate it applies CRAC
- structure.
+ specific NLP parameters. It even applies CRAC structure, where
+ appropriate.
{
- Motions to compel disclosure. Ready to serve in 10 minutes
+ Motions to compel disclosure. Fully editable/customizable to
+ your individual preferences. Automtically formatted for your
+ jurisdiction, ready to serve in 10 minutes or less.
diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss
index df75120..430292c 100644
--- a/src/styles/homepage-b.scss
+++ b/src/styles/homepage-b.scss
@@ -84,7 +84,7 @@ section.section-one {
.hero-imgbox {
background-image: url("../Assets/Images/opac_butta.png") no-repeat;
height: 700px;
- width: 1160px;
+ width: 1360px;
z-index: 1;
}
@@ -99,13 +99,14 @@ section.section-one {
.hero-text {
text-align: center;
- width: 650px;
+ width: 750px;
font-size: 1.5rem;
color: #000;
}
.hero-button-box {
margin-top: 60px;
+ padding-left: 8px;
width: 100%;
height: 160px;
}
@@ -286,7 +287,7 @@ img.img-1 {
.section-3 {
min-height: 680px;
font-family: Roboto;
- background-color: rgb(240, 247, 250);
+ background-color: #e2fffe;
margin: 20px 0px 30px 0px;
}
@@ -733,6 +734,18 @@ li.nav-item {
padding: 0 19px;
}
+@media only screen and (min-width: 1100px) and (max-width: 1250px) {
+ .hero-imgbox {
+ width: 1080px;
+ }
+}
+
+@media only screen and (max-width: 980px) {
+ .hero-imgbox {
+ width: 820px;
+ }
+}
+
@media only screen and (min-width: 498px) {
.mobile-lower-header-1 {
display: none;
diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss
index 22bb309..fbb74e4 100644
--- a/src/styles/homepage.scss
+++ b/src/styles/homepage.scss
@@ -475,7 +475,7 @@ p.text-block-4 {
align-items: center;
justify-content: center;
margin: 12px auto 0px auto;
- color: #757575;
+ color: #000;
letter-spacing: 0.13rem;
}
diff --git a/src/styles/navbar.scss b/src/styles/navbar.scss
index 12972e9..b6481e6 100644
--- a/src/styles/navbar.scss
+++ b/src/styles/navbar.scss
@@ -4,7 +4,7 @@
.navbar-main {
height: 5rem;
- background-color: rgb(240, 247, 250);
+ background-color: #e2fffe;
color: var(--accent-orange);
.navbar-nav {
gap: 1.3rem;