added navlinks

This commit is contained in:
Mamalizz
2025-02-05 02:07:28 +03:30
parent a822af4668
commit 41e98f86ff
+23
View File
@@ -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: "#",
},
];