added navlinks
This commit is contained in:
@@ -56,3 +56,26 @@ export const PRODUCT_RANGE = {
|
|||||||
min: 0,
|
min: 0,
|
||||||
max: 100_000_000,
|
max: 100_000_000,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const NAV_LINKS = [
|
||||||
|
{
|
||||||
|
title: "خانه",
|
||||||
|
path: "/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "محصولات",
|
||||||
|
path: "/products",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "دسته بندی ها",
|
||||||
|
path: "/category",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "ارتباط با ما",
|
||||||
|
path: "/contact-us",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "امکانات",
|
||||||
|
path: "#",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user