diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index b8f540a..09a644d 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -132,6 +132,6 @@ export const NAV_LINKS = [ export const PRODUCTS_SORTS = [ { title: "جدیدترین ها", value: "newest" }, - { title: "گران ترین ها", value: "price" }, - { title: "ارزان ترین ها", value: "-price" }, + { title: "گران ترین ها", value: "-price" }, + { title: "ارزان ترین ها", value: "price" }, ];