diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 052bdb1..6451bb7 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -56,3 +56,26 @@ export const PRODUCT_RANGE = { min: 0, max: 100_000_000, }; + +export const NAV_LINKS = [ + { + title: "خانه", + path: "/", + }, + { + title: "محصولات", + path: "/products", + }, + { + title: "دسته بندی ها", + path: "/category", + }, + { + title: "ارتباط با ما", + path: "/contact-us", + }, + { + title: "امکانات", + path: "#", + }, +];