This commit is contained in:
Kenneth Jannette
2024-04-20 17:04:34 -05:00
parent c39933ebef
commit 36de0b68c1
2 changed files with 52 additions and 3 deletions

View File

@@ -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>