Page layout

This commit is contained in:
CHIEFSOFT\ameye
2025-08-12 19:01:41 -04:00
parent 971624a358
commit 6421eb5b3e
6 changed files with 17 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

@@ -4,6 +4,7 @@ import { useLocation } from "react-router-dom";
import { Form, Formik } from "formik"; import { Form, Formik } from "formik";
import * as Yup from "yup"; import * as Yup from "yup";
import { useMutation } from "@tanstack/react-query"; import { useMutation } from "@tanstack/react-query";
import getImage from "../../utils/getImage";
const validationSchema = Yup.object().shape({ const validationSchema = Yup.object().shape({
@@ -38,15 +39,16 @@ export default function HomeSections(){
<BreadcrumbComBS title='Update Profile' paths={['Dashboard', 'Profile']} /> <BreadcrumbComBS title='Update Profile' paths={['Dashboard', 'Profile']} />
<div className="row"> <div className="row">
<div className="col-xxl-6 m-b-30">
<div className="card card-statistics h-100 mb-0" style={{minHeight: '100px'}}> {/*<div className="col-xxl-6 m-b-30">*/}
{/* <div className="card-header d-flex align-items-center justify-content-between"> {/* <div className="card card-statistics h-100 mb-0" style={{minHeight: '100px'}}>*/}
<div className="card-heading"> {/* /!* <div className="card-header d-flex align-items-center justify-content-between">*/}
<h4 className="card-title">My Product URLs</h4> {/* <div className="card-heading">*/}
</div> {/* <h4 className="card-title">My Product URLs</h4>*/}
</div> */} {/* </div>*/}
</div> {/* </div> *!/*/}
</div> {/* </div>*/}
{/*</div>*/}
<div className="col-xxl-6 m-b-30"> <div className="col-xxl-6 m-b-30">
<div className="card card-statistics h-100 mb-0"> <div className="card card-statistics h-100 mb-0">
{/* <div className="card-header d-flex align-items-center justify-content-between"> {/* <div className="card-header d-flex align-items-center justify-content-between">
@@ -93,6 +95,11 @@ export default function HomeSections(){
</div> </div>
</div> </div>
</div> </div>
<div className="col-xxl-6 m-b-30">
<div class="img-block left-column wow fadeInRight">
<img className="img-fluid" src={getImage('img-07.png')} alt="content-image" />
</div>
</div>
</div> </div>
</>; </>;
+1 -1
View File
@@ -3,7 +3,7 @@ const siteLinks = {
help: '/help', help: '/help',
home: '/', home: '/',
dash: '/dash', dash: '/dash',
profile_complete: '/profile_complete', profile_complete: '/profile-complete',
product: '/product/*', product: '/product/*',
contacts: '/contacts', contacts: '/contacts',
comments: '/comments', comments: '/comments',