more
This commit is contained in:
@@ -16,7 +16,9 @@ const HomePageB = () => {
|
||||
const [showPromoModal, setShowPromoModal] = useState(false);
|
||||
const [isBusy, setIsBusy] = useState(false);
|
||||
const [notice, setNotice] = useState("");
|
||||
|
||||
const heroString =
|
||||
"Interrogatories, requests for admissions/production + motions. ";
|
||||
const heroString2 = "Done in < 10 minutes. For $9.75/week.";
|
||||
const apiUrl =
|
||||
process.env.NODE_ENV === "development"
|
||||
? process.env.REACT_APP_API_DEV
|
||||
@@ -258,7 +260,14 @@ const HomePageB = () => {
|
||||
|
||||
const homeContent = (
|
||||
<div className="homepage-container">
|
||||
<section className="section-one"></section>
|
||||
<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>
|
||||
</section>
|
||||
|
||||
{/* Section 2 */}
|
||||
<section className="section-2">
|
||||
<div className="home-row">
|
||||
@@ -300,17 +309,24 @@ const HomePageB = () => {
|
||||
<p className="section-two-body">
|
||||
Intellidraft AI technology powers persuasive arguments and makes
|
||||
otherwise boilerplate objections compelling. Use it to augment
|
||||
your drafting as much or as little as you prefer.
|
||||
your drafting as much or as little as you prefer. It learns from
|
||||
your edits, and, over time, drafts in your personalized style.
|
||||
</p>
|
||||
<p className="section-two-body">
|
||||
Novodraft is not a “chatbot”, nor is it an “AI assitant”. It is
|
||||
not subject to “hallucinations”.{" "}
|
||||
</p>
|
||||
<p className="section-two-body">
|
||||
Novodraft is an AI-assisted discovery drafting tool, modeled on
|
||||
human attorney’s legal writing styles. It programmatically
|
||||
drafts responses and persuasive objections. Where appropriate it
|
||||
applies CRAC structure.
|
||||
</p>
|
||||
<p className="section-two-body"></p>
|
||||
<div
|
||||
className="home-link-box"
|
||||
onClick={() => clickedExploreLink()}
|
||||
>
|
||||
<div className="explore-link">
|
||||
Explore Novodraft
|
||||
<img src={arrow} className="img-1" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -528,4 +544,9 @@ export default HomePageB;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="explore-link">
|
||||
Explore Novodraft
|
||||
<img src={arrow} className="img-1" alt="" />
|
||||
</div>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user