From 7209035b9ad26a1d01b7a468bb3673ca77cf6f54 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 22 Mar 2024 17:12:39 -0500 Subject: [PATCH] more --- src/Components/Home/HomePage.js | 31 ++++++++++++++++++------------- src/styles/homepage.scss | 4 ++-- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/Components/Home/HomePage.js b/src/Components/Home/HomePage.js index 61a69a6..2843a6f 100644 --- a/src/Components/Home/HomePage.js +++ b/src/Components/Home/HomePage.js @@ -37,13 +37,13 @@ const HomePage = () => {
-

Novodraft: Legal AI.

+

Novodraft: Legal AI

Novodraft

AI-Assisted Legal Drafting

- Draft documents faster and smarter. + Draft documents faster and smarter

@@ -68,7 +68,7 @@ const HomePage = () => {

Discovery requests done dramatically fast – discovery - responses ready in minutes + responses ready in minutes.

Reclaim hours every week. Spend time growing your practice, or @@ -105,10 +105,11 @@ const HomePage = () => {

-

Made by Attorneys, for Attorneys

+

Made by Attorneys, for Attorneys.

- Legal tech built by people that get it. + Legal tech developed by people that understand what you + need.

@@ -174,9 +175,12 @@ const HomePage = () => {

- Generate discovery requests with AI at your service, edit or - add special language with tags. Concise yet comprehensive - demands, done in minutes and downloadable as .docx. + Generate interrogatories and requests for + production/admissions leveraging AI. +

+

+ Edit or add special language with tags. Concise yet + comprehensive demands, done in minutes.

@@ -201,9 +205,10 @@ const HomePage = () => {

- Novodraft's AI powers responses with compelling arguments - about what you choose to disclose and withhold. You'll - finish in minutes with a downloadable .docx file. + Use Novodraft AI to quickly draft responses including + compelling arguments about what you withhold from + disclosure. Finish in minutes with a downloadable .docx + file.

@@ -227,8 +232,8 @@ const HomePage = () => {

Your dashboard displays important deadlines, alerts, and can - configure to auto-draft documents and remind you to serve - them. + be configured to auto-draft documents with reminders for + tasks such as service or hearings.

diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss index a28a9eb..450f95c 100644 --- a/src/styles/homepage.scss +++ b/src/styles/homepage.scss @@ -325,7 +325,7 @@ p.card-texts { font-family: Roboto; font-size: 1.7rem; font-weight: 400; - margin-top: 8px; + margin-top: 2px; letter-spacing: -0.007rem; color: #1f74a7; } @@ -362,7 +362,7 @@ p.card-title { } .home-card-text-box { - padding: 8px 10px 0px 10px; + padding: 2px 10px 0px 10px; width: 270px; height: 150px; }