more
This commit is contained in:
@@ -392,7 +392,7 @@ const HomePage = () => {
|
||||
<div className="card-image-container">
|
||||
<img
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5ff0ba9e-298f-4ee1-88d4-e19a44a00900/public"
|
||||
alt="ai hand"
|
||||
alt="ai card"
|
||||
width="100%"
|
||||
className="card-image"
|
||||
/>
|
||||
|
||||
@@ -263,15 +263,23 @@ const HomePageB = () => {
|
||||
<section className="section-one">
|
||||
<div className="hero-text-container">
|
||||
<h1 className="hero-top">AI-asssisted legal drafting</h1>
|
||||
<div className="hero-middle">{heroString}</div>
|
||||
<div className="hero-middle">{heroString2}</div>
|
||||
<div className="hero-middle">
|
||||
Reclaim hours every week. Spend more time growing your practice, or
|
||||
just get home in time for dinner.
|
||||
<div
|
||||
className="hero-imgbox"
|
||||
style={{
|
||||
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/9ebe6b9b-10e5-4782-c15c-8374bed7f900/public)`,
|
||||
backgroundSize: "cover",
|
||||
borderRadius: "20px",
|
||||
}}
|
||||
>
|
||||
<div className="hero-middle">{heroString}</div>
|
||||
<div className="hero-middle">{heroString2}</div>
|
||||
<div className="hero-text">
|
||||
Reclaim hours every week. Spend more time growing your practice,
|
||||
or just get home in time for dinner.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Section 2 */}
|
||||
<section className="section-2">
|
||||
<div className="home-row">
|
||||
@@ -281,7 +289,6 @@ const HomePageB = () => {
|
||||
Made by Attorneys, for Attorneys
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div className="pad-2">
|
||||
<img
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5f0f6f11-bb56-4f03-b05e-189d4f1a5600/public"
|
||||
|
||||
Reference in New Issue
Block a user