more
This commit is contained in:
@@ -262,7 +262,9 @@ const HomePageB = () => {
|
|||||||
<div className="homepage-container">
|
<div className="homepage-container">
|
||||||
<section className="section-one">
|
<section className="section-one">
|
||||||
<div className="hero-text-container">
|
<div className="hero-text-container">
|
||||||
<h1 className="hero-top">AI-asssisted legal drafting</h1>
|
<h1 className="hero-top">
|
||||||
|
<h1 className="hero-top-text">AI-asssisted legal drafting</h1>
|
||||||
|
</h1>
|
||||||
<div
|
<div
|
||||||
className="hero-imgbox"
|
className="hero-imgbox"
|
||||||
style={{
|
style={{
|
||||||
@@ -272,8 +274,12 @@ const HomePageB = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="hero-middle-box">
|
<div className="hero-middle-box">
|
||||||
<div className="hero-middle">{heroString}</div>
|
<div className="hero-middle">
|
||||||
<div className="hero-middle">{heroString2}</div>
|
<h1 className="hero-middle-header">{heroString}</h1>
|
||||||
|
</div>
|
||||||
|
<div className="hero-middle">
|
||||||
|
<h1 className="hero-middle-header">{heroString2}</h1>
|
||||||
|
</div>
|
||||||
<div className="hero-button-box">
|
<div className="hero-button-box">
|
||||||
<button className="button-2" onClick={handleTryItButton}>
|
<button className="button-2" onClick={handleTryItButton}>
|
||||||
Start A Free Trial
|
Start A Free Trial
|
||||||
|
|||||||
@@ -72,13 +72,16 @@ section.section-one {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-middle {
|
.hero-middle {
|
||||||
|
width: 800px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-middle-header {
|
||||||
font-size: 2.8rem;
|
font-size: 2.8rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 3.4rem;
|
line-height: 3.4rem;
|
||||||
width: 800px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-imgbox {
|
.hero-imgbox {
|
||||||
@@ -104,6 +107,7 @@ section.section-one {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-button-box {
|
.hero-button-box {
|
||||||
|
display: flex;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -902,6 +906,21 @@ li.nav-item {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-imgbox {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 380px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-middle {
|
||||||
|
width: 380px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-button-box {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.mobile-sw-deck {
|
.mobile-sw-deck {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
@@ -21,6 +21,16 @@ a {
|
|||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-top {
|
||||||
|
height: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-top-text {
|
||||||
|
font-family: Roboto;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.card-image-container {
|
.card-image-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -744,6 +754,14 @@ li.nav-item {
|
|||||||
width: 392px;
|
width: 392px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-top {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-top-text {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
ul.navbar-nav {
|
ul.navbar-nav {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user