more
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
<div className="pad-2">
|
||||
<img
|
||||
src={laptop}
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5f0f6f11-bb56-4f03-b05e-189d4f1a5600/public"
|
||||
alt="image of a laptop computer"
|
||||
className="img-2"
|
||||
/>
|
||||
@@ -209,7 +207,7 @@ const HomePage = () => {
|
||||
<div
|
||||
className="home-test-container"
|
||||
style={{
|
||||
backgroundImage: `url(${Group80})`,
|
||||
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/e552d069-945d-481f-bc6b-5bbe2a49e000/public)`,
|
||||
backgroundSize: "cover",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user