From e1539d9a37985b74bd1081a3d4f72add6ec202ab Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 12 Jan 2024 15:14:06 -0600 Subject: [PATCH 1/2] vroom --- src/Components/Navigation/Navbar.js | 2 +- src/styles/features.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Components/Navigation/Navbar.js b/src/Components/Navigation/Navbar.js index e5f969d..d04e69d 100644 --- a/src/Components/Navigation/Navbar.js +++ b/src/Components/Navigation/Navbar.js @@ -25,7 +25,7 @@ const CustomToggle = React.forwardRef(({ onClick }, ref) => ( const NavbarElement = (props) => { //const [showMenu, setShowMenu] = useState(false); - const [menuOpen, setMenuOpen] = useState(true); + const [menuOpen, setMenuOpen] = useState(false); const [isMobile, setIsMobile] = useState(window.innerWidth < 440); const token = window.sessionStorage.getItem("token"); const navigate = useNavigate(); diff --git a/src/styles/features.scss b/src/styles/features.scss index 2d2dc02..28f3170 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -125,6 +125,7 @@ } .features-header-text { + letter-spacing: -0.07rem; margin-top: 0px; padding: 0px; } From 77aa61f4bb926bf1d6ea8de670524bc2450541de Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 12 Jan 2024 15:29:49 -0600 Subject: [PATCH 2/2] more --- src/Constants/Copy/featuresCopy.js | 36 ++++++++++++++++-------------- src/styles/features.scss | 9 +++++++- 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/src/Constants/Copy/featuresCopy.js b/src/Constants/Copy/featuresCopy.js index c4250a4..34e8b1a 100644 --- a/src/Constants/Copy/featuresCopy.js +++ b/src/Constants/Copy/featuresCopy.js @@ -4,18 +4,19 @@ export const FeaturesTop = () => {

Discovery responses in a dash

@@ -26,19 +27,20 @@ export const FeaturesBottom = () => { return (

- Discovery requests - done dramatically fast{" "} + Discovery requests dramatically fast{" "}

    -
  • - Generate discovery requests with a few clicks, by leveraging your - Intellidraft AI assitant. +
  • + Click mate: Generate discovery requests with a few clicks, with the + help of your Intellidraft AI assistant.
  • -
  • - Select manually from a comprehensive request library, categorized by - cae type and customizable to your case's facts. +
  • + Options: Select manually from a comprehensive request library, + categorized by case type and customizable to your case's facts.
  • -
  • - Done in minutes, with a formatted .docx for review and service. +
  • + Done: get a draft together in minutes, with a formatted .docx for + service.

diff --git a/src/styles/features.scss b/src/styles/features.scss index 28f3170..a7cd2a0 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -139,7 +139,14 @@ width: 98%; text-align: justify; font-size: 0.94rem; - margin: 6px 0px; + margin: 8px 0px; + } + + .features-list-item-lower { + width: 98%; + text-align: justify; + font-size: 0.94rem; + margin: 8px 0px 8px 8px; } .features-top-right {