Improve Navbar for Mobile Screen

This commit is contained in:
aftabrehan
2024-02-01 23:07:48 +05:00
parent bc7cad7e3b
commit 71eb0dfed7
6 changed files with 30 additions and 10 deletions

View File

View File

@@ -26,3 +26,22 @@ export const LESS_NAV_ITEMS = [
{ title: 'Graphic Templates', ...commonProps },
{ title: 'More', ...commonProps },
]
export const MOBILE_NAV_ITEMS = [
{ title: 'Stock Video', ...commonProps },
{ title: 'Video Templates', ...commonProps },
{ title: 'Music', ...commonProps },
{ title: 'Sound Effects', ...commonProps },
{ title: 'Graphic Templates', ...commonProps },
{ title: 'Presentation Templates', ...commonProps },
{ title: 'Graphics', ...commonProps },
{ title: 'Photos', ...commonProps },
{ title: 'Fonts', ...commonProps },
{ title: 'Web Templates', ...commonProps },
{ title: 'CMS Templates', ...commonProps },
{ title: 'Wordpress', ...commonProps },
{ title: '3D', ...commonProps },
{ title: 'Free Files', ...commonProps },
{ title: 'Extentions', ...commonProps },
{ title: 'Adds-on', ...commonProps },
]