From f49a161f6394388c797a457d57f622284b38e31b Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 12 Jan 2024 17:52:14 -0600 Subject: [PATCH] more --- src/Components/Home/HomePage.js | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/Components/Home/HomePage.js b/src/Components/Home/HomePage.js index 5707d26..824ad61 100644 --- a/src/Components/Home/HomePage.js +++ b/src/Components/Home/HomePage.js @@ -15,12 +15,15 @@ const HomePage = () => { const handleNavigate = () => { navigate("/signup"); }; + const handleLogin = () => { navigate("/login"); }; + const handleDemo = () => { navigate("/demorequestpage"); }; + return ( <>
@@ -56,7 +59,6 @@ const HomePage = () => {
{/* Section 2 */} -
@@ -124,7 +126,6 @@ const HomePage = () => {
{/*********** CARD ONE *********** */} -
{
- {/*********** CARD TWO *********** */} -
{
- {/*********** CARD THREE *********** */} -
@@ -197,9 +194,9 @@ const HomePage = () => {

- 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.