added new constants
This commit is contained in:
@@ -122,3 +122,9 @@ export const NAV_LINKS = [
|
||||
icon: "ci:call",
|
||||
},
|
||||
];
|
||||
|
||||
export const PRODUCTS_SORTS = [
|
||||
{ title: "جدیدترین ها", value: "newest" },
|
||||
{ title: "گران ترین ها", value: "price" },
|
||||
{ title: "ارزان ترین ها", value: "-price" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user