more
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import Button from "../../pageElements/Button";
|
||||
import arrow from "../../Assets/Images/Arrow.png";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import sweet_card_2 from "../../Assets/Images/sweet_card_2.png";
|
||||
import sweet_card_1 from "../../Assets/Images/sweet_card_1.png";
|
||||
import sweet_card_4 from "../../Assets/Images/sweet_card_4.png";
|
||||
import opac_butta from "../../Assets/Images/opac_butta.png";
|
||||
import "../../styles/homepage.scss";
|
||||
|
||||
const HomePage = () => {
|
||||
@@ -126,7 +130,7 @@ const HomePage = () => {
|
||||
<div className="home-card">
|
||||
<div className="card-image-container">
|
||||
<img
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/2b360aa6-72bb-4e4f-4376-61d1353cd400/public"
|
||||
src={sweet_card_2}
|
||||
alt="ai hand"
|
||||
width="100%"
|
||||
className="card-image"
|
||||
@@ -142,9 +146,9 @@ const HomePage = () => {
|
||||
|
||||
<div className="home-card-text-box">
|
||||
<p className="card-texts">
|
||||
Generate discovery requests with a few clicks, or select
|
||||
manually from a comprehensive request library. Done in a
|
||||
heartbeat, with a .docx for review and service.
|
||||
Generate discovery requests with AI at your service, edit
|
||||
add custom language with tags. Done in minutes, with a .docx
|
||||
for review and service.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -153,7 +157,7 @@ const HomePage = () => {
|
||||
<div className="home-card">
|
||||
<div className="card-image-container">
|
||||
<img
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/de0ff11a-7572-488e-ceb0-169085e30800/public"
|
||||
src={sweet_card_4}
|
||||
alt="scales image"
|
||||
width="100%"
|
||||
className="card-image"
|
||||
@@ -170,8 +174,8 @@ const HomePage = () => {
|
||||
<div className="home-card-text-box">
|
||||
<p className="card-texts">
|
||||
Novodraft's AI drafts responses complete with compelling
|
||||
arguments about what you choose not to disclose. Finished in
|
||||
minutes with a .docx file for service.
|
||||
arguments about what you choose to disclose versus withhold.
|
||||
Finished in minutes with downloadable.docx file.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -179,11 +183,7 @@ const HomePage = () => {
|
||||
{/*********** CARD THREE *********** */}
|
||||
<div className="home-card">
|
||||
<div className="card-image-container">
|
||||
<img
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/cea17924-229d-4471-e618-171eb9b94500/public"
|
||||
alt=""
|
||||
className="card-image"
|
||||
/>
|
||||
<img src={sweet_card_1} alt="" className="card-image" />
|
||||
</div>
|
||||
<div className="card-body">
|
||||
<div className="card-upper-box">
|
||||
@@ -207,7 +207,7 @@ const HomePage = () => {
|
||||
<div
|
||||
className="home-test-container"
|
||||
style={{
|
||||
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/e552d069-945d-481f-bc6b-5bbe2a49e000/public)`,
|
||||
backgroundImage: `url(${opac_butta})`,
|
||||
backgroundSize: "cover",
|
||||
}}
|
||||
>
|
||||
@@ -215,13 +215,13 @@ const HomePage = () => {
|
||||
<div className="col-md-6">
|
||||
<div className="bottom-header-box">
|
||||
<h4 className="heading-6">
|
||||
Questions about our services? <br></br>We are here to
|
||||
answer!
|
||||
Questions about our AI services? <br></br>
|
||||
We'd like to talk!
|
||||
</h4>
|
||||
<h4 className="heading-6-mobile">
|
||||
Questions about our products and services?
|
||||
</h4>
|
||||
<h4 className="heading-6-mobile">We’re here to answer!</h4>
|
||||
<h4 className="heading-6-mobile">We're here to answer!</h4>
|
||||
</div>
|
||||
<h6 className="join-heading">
|
||||
Let us show you how Novodraft will revolutionize your
|
||||
|
||||
Reference in New Issue
Block a user