more
This commit is contained in:
@@ -261,10 +261,6 @@ const HomePageB = () => {
|
|||||||
const homeContent = (
|
const homeContent = (
|
||||||
<div className="homepage-container">
|
<div className="homepage-container">
|
||||||
<section className="section-one">
|
<section className="section-one">
|
||||||
<div className="hero-text-container">
|
|
||||||
<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={{
|
||||||
@@ -273,11 +269,8 @@ const HomePageB = () => {
|
|||||||
borderRadius: "20px",
|
borderRadius: "20px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="hero-middle-box">
|
|
||||||
<div className="hero-middle">
|
<div className="hero-middle">
|
||||||
<h1 className="hero-middle-header">{heroString}</h1>
|
<h1 className="hero-middle-header">{heroString}</h1>
|
||||||
</div>
|
|
||||||
<div className="hero-middle">
|
|
||||||
<h1 className="hero-middle-header">{heroString2}</h1>
|
<h1 className="hero-middle-header">{heroString2}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className="hero-button-box">
|
<div className="hero-button-box">
|
||||||
@@ -288,7 +281,6 @@ const HomePageB = () => {
|
|||||||
Request a demo
|
Request a demo
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div className="hero-text-box">
|
<div className="hero-text-box">
|
||||||
<div className="hero-text">
|
<div className="hero-text">
|
||||||
ATTN: Attorneys - reclaim hours every week. Spend more time
|
ATTN: Attorneys - reclaim hours every week. Spend more time
|
||||||
@@ -349,15 +341,11 @@ const HomePageB = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="hero-testi-right">
|
<div className="hero-testi-right">
|
||||||
<div className="hero-testi-right-inner">
|
<div className="hero-testi-right-inner">
|
||||||
<div className="hero-test-pic-box">
|
|
||||||
<img
|
<img
|
||||||
className="hero-testi-face"
|
className="hero-testi-face"
|
||||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
|
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
|
||||||
></img>
|
></img>
|
||||||
</div>
|
</div>
|
||||||
<div className="hero-testi-text"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user