diff --git a/src/Components/Home/HomePage.js b/src/Components/Home/HomePage.js index 0de396f..23f98cd 100644 --- a/src/Components/Home/HomePage.js +++ b/src/Components/Home/HomePage.js @@ -1,7 +1,5 @@ import Button from "../../pageElements/Button"; -import laptop from "../../Assets/Images/laptop.png"; import arrow from "../../Assets/Images/Arrow.png"; -import Group80 from "../../Assets/Images/Group80.png"; import { useNavigate } from "react-router-dom"; import "../../styles/homepage.scss"; @@ -70,7 +68,7 @@ const HomePage = () => {
image of a laptop computer @@ -209,7 +207,7 @@ const HomePage = () => {
diff --git a/src/Components/MobileContent.js b/src/Components/MobileContent.js index 3b79910..0a7c317 100644 --- a/src/Components/MobileContent.js +++ b/src/Components/MobileContent.js @@ -1,4 +1,3 @@ -import legalTechFlip from "../Assets/Images/legalTechFlip.jpg"; import { ExclamationTriangle } from "react-bootstrap-icons"; const MobileContent = ({ isDashboard }) => { const copy = isDashboard ? ( @@ -26,7 +25,10 @@ const MobileContent = ({ isDashboard }) => { <>
- +
) : (