This commit is contained in:
Kenneth Jannette
2024-01-12 17:52:14 -06:00
parent 2cce676f59
commit f49a161f63

View File

@@ -15,12 +15,15 @@ const HomePage = () => {
const handleNavigate = () => {
navigate("/signup");
};
const handleLogin = () => {
navigate("/login");
};
const handleDemo = () => {
navigate("/demorequestpage");
};
return (
<>
<div className="homepage-container">
@@ -56,7 +59,6 @@ const HomePage = () => {
</div>
</section>
{/* Section 2 */}
<section className="section-2">
<div className="home-row">
<div className="home-col-50">
@@ -124,7 +126,6 @@ const HomePage = () => {
</div>
<div className="card-section-container">
{/*********** CARD ONE *********** */}
<div className="home-card">
<div className="card-image-container">
<img
@@ -151,9 +152,7 @@ const HomePage = () => {
</div>
</div>
</div>
{/*********** CARD TWO *********** */}
<div className="home-card">
<div className="card-image-container">
<img
@@ -180,9 +179,7 @@ const HomePage = () => {
</div>
</div>
</div>
{/*********** CARD THREE *********** */}
<div className="home-card">
<div className="card-image-container">
<img src={gavel_clear1} alt="" className="card-image" />
@@ -197,9 +194,9 @@ const HomePage = () => {
<div className="home-card-text-box">
<p className="card-texts">
Your NovoDash displays important deadlines, sends email/SMS
alerts, and will auto-draft responses and remind you to
serve them.
Your Novodash displays important deadlines, sends email/SMS
alerts, can auto-draft documents and remind you to serve
them.
</p>
</div>
</div>