added new constants

This commit is contained in:
Mamalizz
2025-10-03 21:40:53 +03:30
parent 936958b434
commit de6b2d84a7
+6
View File
@@ -122,3 +122,9 @@ export const NAV_LINKS = [
icon: "ci:call",
},
];
export const PRODUCTS_SORTS = [
{ title: "جدیدترین ها", value: "newest" },
{ title: "گران ترین ها", value: "price" },
{ title: "ارزان ترین ها", value: "-price" },
];