more
This commit is contained in:
@@ -18,7 +18,7 @@ const HomePageB = () => {
|
|||||||
const [notice, setNotice] = useState("");
|
const [notice, setNotice] = useState("");
|
||||||
const heroString =
|
const heroString =
|
||||||
"Interrogatories, requests for admissions/production + motions. ";
|
"Interrogatories, requests for admissions/production + motions. ";
|
||||||
const heroString2 = "Done in < 10 minutes. For $9.75/week.";
|
const heroString2 = "Done in < 10 minutes. For $9.50/week.";
|
||||||
const apiUrl =
|
const apiUrl =
|
||||||
process.env.NODE_ENV === "development"
|
process.env.NODE_ENV === "development"
|
||||||
? process.env.REACT_APP_API_DEV
|
? process.env.REACT_APP_API_DEV
|
||||||
@@ -288,6 +288,18 @@ const HomePageB = () => {
|
|||||||
ATTN: Attorneys - reclaim hours every week. Spend more time
|
ATTN: Attorneys - reclaim hours every week. Spend more time
|
||||||
growing your practice, or just get home in time for dinner.
|
growing your practice, or just get home in time for dinner.
|
||||||
</div>
|
</div>
|
||||||
|
<div className="arrow-container">
|
||||||
|
<div className="arrow-sub-left"></div>
|
||||||
|
<div className="arrow-sub-right">
|
||||||
|
<div className="arrow-left"></div>
|
||||||
|
<div className="arrow-right">
|
||||||
|
<img
|
||||||
|
className="testi-arrow"
|
||||||
|
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/046d4940-35e7-481f-e3c1-259cc32d3800/public"
|
||||||
|
></img>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div className="hero-testi-box">
|
<div className="hero-testi-box">
|
||||||
<div className="hero-testi-left">
|
<div className="hero-testi-left">
|
||||||
<StarFill
|
<StarFill
|
||||||
@@ -543,7 +555,7 @@ const HomePageB = () => {
|
|||||||
Request a demo
|
Request a demo
|
||||||
</button>
|
</button>
|
||||||
<button className="button-2" onClick={handleLogin}>
|
<button className="button-2" onClick={handleLogin}>
|
||||||
Go to login
|
Start a free trial
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -116,6 +116,43 @@ section.section-one {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arrow-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
margin-top: -10px;
|
||||||
|
width: 980px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow-sub-left {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
height: 100%;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow-sub-right {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
height: 100%;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow-left {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
height: 100%;
|
||||||
|
width: 35%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow-right {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
|
.testi-arrow {
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-text-container {
|
.hero-text-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -158,7 +195,7 @@ section.section-one {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-left: 20px;
|
padding-left: 30px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user