This commit is contained in:
Kenneth Jannette
2024-02-16 00:16:34 -06:00
parent af802b2620
commit bde29cf4a1
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
import Button from "../../pageElements/Button"; import Button from "../../pageElements/Button";
import laptop from "../../Assets/Images/laptop.png";
import arrow from "../../Assets/Images/Arrow.png"; import arrow from "../../Assets/Images/Arrow.png";
import Group80 from "../../Assets/Images/Group80.png";
import { useNavigate } from "react-router-dom"; import { useNavigate } from "react-router-dom";
import "../../styles/homepage.scss"; import "../../styles/homepage.scss";
@@ -70,7 +68,7 @@ const HomePage = () => {
<div className="pad-2"> <div className="pad-2">
<img <img
src={laptop} src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5f0f6f11-bb56-4f03-b05e-189d4f1a5600/public"
alt="image of a laptop computer" alt="image of a laptop computer"
className="img-2" className="img-2"
/> />
@@ -209,7 +207,7 @@ const HomePage = () => {
<div <div
className="home-test-container" className="home-test-container"
style={{ style={{
backgroundImage: `url(${Group80})`, backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/e552d069-945d-481f-bc6b-5bbe2a49e000/public)`,
backgroundSize: "cover", backgroundSize: "cover",
}} }}
> >

View File

@@ -1,4 +1,3 @@
import legalTechFlip from "../Assets/Images/legalTechFlip.jpg";
import { ExclamationTriangle } from "react-bootstrap-icons"; import { ExclamationTriangle } from "react-bootstrap-icons";
const MobileContent = ({ isDashboard }) => { const MobileContent = ({ isDashboard }) => {
const copy = isDashboard ? ( const copy = isDashboard ? (
@@ -26,7 +25,10 @@ const MobileContent = ({ isDashboard }) => {
<> <>
<div className="mobile-divider"></div> <div className="mobile-divider"></div>
<div className="features-top-mobile-img"> <div className="features-top-mobile-img">
<img className="features-image-one" src={legalTechFlip} /> <img
className="features-image-one"
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/79eafada-1517-43a6-99f1-d3e2b0da8200/public"
/>
</div> </div>
</> </>
) : ( ) : (