diff --git a/src/assets/images/404.png b/src/assets/images/404.png new file mode 100644 index 0000000..602c479 Binary files /dev/null and b/src/assets/images/404.png differ diff --git a/src/assets/images/wrench-page-notfound.jpg b/src/assets/images/wrench-page-notfound.jpg new file mode 100644 index 0000000..4b3e688 Binary files /dev/null and b/src/assets/images/wrench-page-notfound.jpg differ diff --git a/src/components/FourZeroFour/index.jsx b/src/components/FourZeroFour/index.jsx index fccca38..30b2393 100644 --- a/src/components/FourZeroFour/index.jsx +++ b/src/components/FourZeroFour/index.jsx @@ -2,6 +2,8 @@ import React from "react"; // import Lottie from "react-lottie"; import { useNavigate } from "react-router-dom"; import * as animationData from "../../assets/images/Lotties/77618-website-404-error-animation.json"; +import { localImgLoad } from "../../lib"; +// import BgError from '../../assets/images/wrench-page-notfound.jpg' export default function FourZeroFour() { const navigate = useNavigate(); @@ -14,16 +16,21 @@ export default function FourZeroFour() { }, }; return ( -
-
+
+
{/* */} -
+
+ 404 Image +

Sorry!

+

The page can’t be found.

+

The page you're looking for isn't available. Use the go back button below

diff --git a/src/index.css b/src/index.css index 47a0531..49b06f4 100644 --- a/src/index.css +++ b/src/index.css @@ -304,6 +304,12 @@ input[type="text"][dir="rtl"] { transform: rotate(360deg); } } + +.my-custom-bg-class{ + background: url("./assets/images/wrench-page-notfound.jpg") center/cover; + position: relative; +} + /* TODO: =================================default end================================ */ /* TODO: =================================update password================================ */ .content-wrapper.thankyou-section {