more
This commit is contained in:
@@ -18,7 +18,7 @@ const HomePageB = () => {
|
||||
const [notice, setNotice] = useState("");
|
||||
const heroString =
|
||||
"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 =
|
||||
process.env.NODE_ENV === "development"
|
||||
? process.env.REACT_APP_API_DEV
|
||||
@@ -288,6 +288,18 @@ const HomePageB = () => {
|
||||
ATTN: Attorneys - reclaim hours every week. Spend more time
|
||||
growing your practice, or just get home in time for dinner.
|
||||
</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-left">
|
||||
<StarFill
|
||||
@@ -543,7 +555,7 @@ const HomePageB = () => {
|
||||
Request a demo
|
||||
</button>
|
||||
<button className="button-2" onClick={handleLogin}>
|
||||
Go to login
|
||||
Start a free trial
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user