This commit is contained in:
Kenneth Jannette
2024-04-23 02:15:40 -05:00
parent aaccd6df94
commit 81bf28284c

View File

@@ -261,102 +261,90 @@ const HomePageB = () => {
const homeContent = (
<div className="homepage-container">
<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
className="hero-imgbox"
style={{
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/038dfbe4-00e9-41f9-6b70-09e8e87fa600/public)`,
backgroundSize: "cover",
borderRadius: "20px",
}}
>
<div className="hero-middle-box">
<div className="hero-middle">
<h1 className="hero-middle-header">{heroString}</h1>
</div>
<div className="hero-middle">
<h1 className="hero-middle-header">{heroString2}</h1>
</div>
<div className="hero-button-box">
<button className="button-2" onClick={handleTryItButton}>
Start A Free Trial
</button>
<button className="button-2" onClick={handleDemo}>
Request a demo
</button>
<div
className="hero-imgbox"
style={{
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/038dfbe4-00e9-41f9-6b70-09e8e87fa600/public)`,
backgroundSize: "cover",
borderRadius: "20px",
}}
>
<div className="hero-middle">
<h1 className="hero-middle-header">{heroString}</h1>
<h1 className="hero-middle-header">{heroString2}</h1>
</div>
<div className="hero-button-box">
<button className="button-2" onClick={handleTryItButton}>
Start A Free Trial
</button>
<button className="button-2" onClick={handleDemo}>
Request a demo
</button>
</div>
<div className="hero-text-box">
<div className="hero-text">
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-text-box">
<div className="hero-text">
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 className="hero-testi-box">
<div className="hero-testi-left">
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{ color: "#FFD700", height: "20px", width: "20px" }}
/>
<div className="review-box">
Used by over 1,100 Novodrafters.
</div>
</div>
<div className="hero-testi-box">
<div className="hero-testi-left">
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{
color: "#FFD700",
height: "20px",
width: "20px",
marginRight: "6px",
}}
/>
<StarFill
style={{ color: "#FFD700", height: "20px", width: "20px" }}
/>
<div className="review-box">
Used by over 1,100 Novodrafters.
</div>
</div>
<div className="hero-testi-right">
<div className="hero-testi-right-inner">
<div className="hero-test-pic-box">
<img
className="hero-testi-face"
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
></img>
</div>
<div className="hero-testi-text"></div>
</div>
<div className="hero-testi-right">
<div className="hero-testi-right-inner">
<img
className="hero-testi-face"
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
></img>
</div>
</div>
</div>