more
This commit is contained in:
@@ -128,21 +128,26 @@ const HomePage = () => {
|
||||
|
||||
<div className="home-card">
|
||||
<div className="card-image-container">
|
||||
<img src={gavel_clear} alt="" className="card-image" />
|
||||
<img
|
||||
src={hand_rework6}
|
||||
alt=""
|
||||
width="100%"
|
||||
className="card-image"
|
||||
/>
|
||||
</div>
|
||||
<div className="card-body">
|
||||
<div className="card-upper-box">
|
||||
<div className="home-card-title">
|
||||
<h3 className="foo-card-title">Proactive Alerts</h3>
|
||||
<h3 className="foo-card-title">Discovery Requests</h3>
|
||||
<div className="home-card-divider"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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.
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -181,26 +186,21 @@ const HomePage = () => {
|
||||
|
||||
<div className="home-card">
|
||||
<div className="card-image-container">
|
||||
<img
|
||||
src={hand_rework6}
|
||||
alt=""
|
||||
width="100%"
|
||||
className="card-image"
|
||||
/>
|
||||
<img src={gavel_clear} alt="" className="card-image" />
|
||||
</div>
|
||||
<div className="card-body">
|
||||
<div className="card-upper-box">
|
||||
<div className="home-card-title">
|
||||
<h3 className="foo-card-title">Discovery Requests</h3>
|
||||
<h3 className="foo-card-title">Proactive Alerts</h3>
|
||||
<div className="home-card-divider"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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.
|
||||
Your NovoDash displays important deadlines, sends email/SMS
|
||||
alerts, and will auto-draft responses and remind you to
|
||||
serve them.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user