From 0c58b1e8b41a39c67c8af84947db486110f13c57 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 03:38:56 -0500 Subject: [PATCH 1/8] more --- src/styles/homepage-b.scss | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index b57ae6d..111ee0e 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -902,7 +902,7 @@ li.nav-item { @media only screen and (max-width: 498px) { .homepage-container { - width: 392px; + width: 380px; } ul.navbar-nav { @@ -924,6 +924,15 @@ li.nav-item { padding-top: 12px; color: #fff; } + .hero-middle-header { + font-size: 1.8rem; + text-align: center; + color: #000; + font-family: Roboto; + font-size: 1.8rem; + font-weight: 500; + line-height: 1.2; + } .hero-imgbox { display: flex; @@ -1017,16 +1026,8 @@ li.nav-item { } .section-one { - max-height: 480px; display: flex; - align-items: center; - justify-content: center; - margin-right: auto; - margin-left: auto; - background-position: center; - background-repeat: no-repeat; background-size: cover; - margin-top: 28px; } .section-2 { From f03ce05ca55ad3c469c6d9ecfa61e9071a784ae6 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 03:42:09 -0500 Subject: [PATCH 2/8] more --- src/styles/homepage-b.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 111ee0e..930d327 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -99,7 +99,7 @@ section.section-one { } .hero-text-box { - width: 100%; + width: 360px; display: flex; flex-direction: column; justify-content: center; @@ -951,6 +951,11 @@ li.nav-item { .hero-button-box { display: flex; flex-direction: column; + align-items: center; + } + + .hero-testi-box { + flex-direction: column; } .mobile-sw-deck { From 534ebef9b5d937711752dcfa3d4cf07d329c87ed Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 04:00:50 -0500 Subject: [PATCH 3/8] More --- src/styles/homepage-b.scss | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 930d327..6c1290b 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -924,6 +924,7 @@ li.nav-item { padding-top: 12px; color: #fff; } + .hero-middle-header { font-size: 1.8rem; text-align: center; @@ -958,6 +959,20 @@ li.nav-item { flex-direction: column; } + .hero-text { + margin-top: 16px; + width: 350px; + font-size: 1.2rem; + } + + .hero-text-box { + margin-top: 12px; + } + + .arrow-container { + display: none; + } + .mobile-sw-deck { color: #fff; font-size: 16px; @@ -980,6 +995,11 @@ li.nav-item { color: white; line-height: 1.2; } + + .hero-testi-box { + width: 360px; + } + .mobile-sw-reptwo { height: 140px; padding-top: 51px; @@ -1437,16 +1457,14 @@ li.nav-item { } button.button-2 { - width: 238px; + width: 328px; height: 46px; - flex-shrink: 0; background: #4675c3; - border: 0; color: #fff; text-align: center; font-family: Roboto; font-size: 16px; - font-style: normal; + font-weight: 400; line-height: normal; text-transform: capitalize; From bcdb80885aa2a54c24e5cc3891f13350e6f697a2 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 04:03:12 -0500 Subject: [PATCH 4/8] more --- src/styles/homepage-b.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 6c1290b..b8564f5 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -969,6 +969,14 @@ li.nav-item { margin-top: 12px; } + .hero-testi-left { + display: none; + } + + .hero-testi-right { + width: 100%; + } + .arrow-container { display: none; } From a9575c205d2a4e03fb7af9c63b69550b376be4f2 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 04:05:26 -0500 Subject: [PATCH 5/8] more --- src/styles/homepage-b.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index b8564f5..5624015 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -999,6 +999,9 @@ li.nav-item { margin-top: 58px; } + .hero-texti-face { + height: 45px; + } .ex-arca-two { color: white; line-height: 1.2; From d017a46ff0c8054a6c0495a178951492d3e4c923 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 04:07:47 -0500 Subject: [PATCH 6/8] more --- src/styles/homepage-b.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 5624015..6050f09 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -974,6 +974,12 @@ li.nav-item { } .hero-testi-right { + align-items: unset; + justify-content: unset; + margin: unset; + padding-left: 0px; + padding-top: 0px; + width: 360px; width: 100%; } From ad8d8d21dee8a8dd7982dfb04ea684ce1d5652e8 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 04:14:51 -0500 Subject: [PATCH 7/8] more --- src/styles/homepage-b.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 6050f09..6ac379c 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -1037,6 +1037,13 @@ li.nav-item { margin-left: -24px; } + .hero-testi-face { + height: unset; + width: 338px; + border-radius: 20px; + margin-top: 45px; + } + .first-section-subcontainer { width: 100%; padding-top: 4px; From 3d77016aff58a0c4c0d639fb5d50e5127a4d0f95 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 04:32:04 -0500 Subject: [PATCH 8/8] more --- src/Components/Home/HomePageB.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Components/Home/HomePageB.js b/src/Components/Home/HomePageB.js index ad17324..feb8848 100644 --- a/src/Components/Home/HomePageB.js +++ b/src/Components/Home/HomePageB.js @@ -411,9 +411,7 @@ const HomePageB = () => {

AI-Enhanced Legal Drafting Technology{" "}

-

- Novo Drafting Technology -

+