diff --git a/src/assets/img/img-06.png b/src/assets/img/img-06.png new file mode 100644 index 0000000..3fc127a Binary files /dev/null and b/src/assets/img/img-06.png differ diff --git a/src/assets/img/img-07-dark.png b/src/assets/img/img-07-dark.png new file mode 100644 index 0000000..2e353c9 Binary files /dev/null and b/src/assets/img/img-07-dark.png differ diff --git a/src/assets/img/img-07.png b/src/assets/img/img-07.png new file mode 100644 index 0000000..a5c2adc Binary files /dev/null and b/src/assets/img/img-07.png differ diff --git a/src/assets/img/img-08.png b/src/assets/img/img-08.png new file mode 100644 index 0000000..fc28fac Binary files /dev/null and b/src/assets/img/img-08.png differ diff --git a/src/component/profile_complete/ProfileCompleteCom.jsx b/src/component/profile_complete/ProfileCompleteCom.jsx index fe5e7be..25259cf 100644 --- a/src/component/profile_complete/ProfileCompleteCom.jsx +++ b/src/component/profile_complete/ProfileCompleteCom.jsx @@ -4,6 +4,7 @@ import { useLocation } from "react-router-dom"; import { Form, Formik } from "formik"; import * as Yup from "yup"; import { useMutation } from "@tanstack/react-query"; +import getImage from "../../utils/getImage"; const validationSchema = Yup.object().shape({ @@ -38,15 +39,16 @@ export default function HomeSections(){
-
-
- {/*
-
-

My Product URLs

-
-
*/} -
-
+ + {/*
*/} + {/*
*/} + {/* /!*
*/} + {/*
*/} + {/*

My Product URLs

*/} + {/*
*/} + {/*
*!/*/} + {/*
*/} + {/*
*/}
{/*
@@ -93,6 +95,11 @@ export default function HomeSections(){
+
+
+ content-image +
+
; diff --git a/src/links/siteLinks.js b/src/links/siteLinks.js index 1b56aae..3a353dd 100644 --- a/src/links/siteLinks.js +++ b/src/links/siteLinks.js @@ -3,7 +3,7 @@ const siteLinks = { help: '/help', home: '/', dash: '/dash', - profile_complete: '/profile_complete', + profile_complete: '/profile-complete', product: '/product/*', contacts: '/contacts', comments: '/comments',