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 = ( const homeContent = (
<div className="homepage-container"> <div className="homepage-container">
<section className="section-one"> <section className="section-one">
<div className="hero-text-container"> <div
<h1 className="hero-top"> className="hero-imgbox"
<h1 className="hero-top-text">AI-asssisted legal drafting</h1> style={{
</h1> backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/038dfbe4-00e9-41f9-6b70-09e8e87fa600/public)`,
<div backgroundSize: "cover",
className="hero-imgbox" borderRadius: "20px",
style={{ }}
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/038dfbe4-00e9-41f9-6b70-09e8e87fa600/public)`, >
backgroundSize: "cover", <div className="hero-middle">
borderRadius: "20px", <h1 className="hero-middle-header">{heroString}</h1>
}} <h1 className="hero-middle-header">{heroString2}</h1>
> </div>
<div className="hero-middle-box"> <div className="hero-button-box">
<div className="hero-middle"> <button className="button-2" onClick={handleTryItButton}>
<h1 className="hero-middle-header">{heroString}</h1> Start A Free Trial
</div> </button>
<div className="hero-middle"> <button className="button-2" onClick={handleDemo}>
<h1 className="hero-middle-header">{heroString2}</h1> Request a demo
</div> </button>
<div className="hero-button-box"> </div>
<button className="button-2" onClick={handleTryItButton}> <div className="hero-text-box">
Start A Free Trial <div className="hero-text">
</button> ATTN: Attorneys - reclaim hours every week. Spend more time
<button className="button-2" onClick={handleDemo}> growing your practice, or just get home in time for dinner.
Request a demo </div>
</button> <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> </div>
<div className="hero-text-box"> <div className="hero-testi-box">
<div className="hero-text"> <div className="hero-testi-left">
ATTN: Attorneys - reclaim hours every week. Spend more time <StarFill
growing your practice, or just get home in time for dinner. style={{
</div> color: "#FFD700",
<div className="arrow-container"> height: "20px",
<div className="arrow-sub-left"></div> width: "20px",
<div className="arrow-sub-right"> marginRight: "6px",
<div className="arrow-left"></div> }}
<div className="arrow-right"> />
<img <StarFill
className="testi-arrow" style={{
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/046d4940-35e7-481f-e3c1-259cc32d3800/public" color: "#FFD700",
></img> height: "20px",
</div> 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> </div>
<div className="hero-testi-box"> <div className="hero-testi-right">
<div className="hero-testi-left"> <div className="hero-testi-right-inner">
<StarFill <img
style={{ className="hero-testi-face"
color: "#FFD700", src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
height: "20px", ></img>
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> </div>
</div> </div>
</div> </div>