basic structure folder and style
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const listNav = [
|
||||
{ id: 1, name: 'صفحه اصلی', link: '/' },
|
||||
{ id: 2, name: 'تخصص ها', link: '/specialties' },
|
||||
{ id: 3, name: 'بلاگ', link: '/blog' },
|
||||
{ id: 4, name: 'تماس با ما', link: '/contact-us' },
|
||||
{ id: 5, name: 'درباره ما', link: '/about-us' },
|
||||
];
|
||||
Reference in New Issue
Block a user