navbar changed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-30 14:35:20 +05:00
parent 6265edf673
commit 8d9b1fcfdd
20 changed files with 423 additions and 100 deletions

View File

@@ -1,77 +1,23 @@
import { Book, Sunset, Trees, Zap } from 'lucide-react';
import { MenuItem } from './model';
import { LanguageRoutes } from '@/shared/config/i18n/types';
const menu: MenuItem[] = [
{ title: 'Home', url: '#' },
{ title: 'About Site', url: '/about' },
// {
// title: 'Products',
// url: '#',
// items: [
// {
// title: 'Blog',
// description: 'The latest industry news, updates, and info',
// icon: Book,
// url: '#',
// },
// ],
// },
{
title: 'Products',
url: '#',
items: [
{
title: 'Blog',
description: 'The latest industry news, updates, and info',
icon: Book,
url: '#',
},
{
title: 'Company',
description: 'Our mission is to innovate and empower the world',
icon: Trees,
url: '#',
},
{
title: 'Careers',
description: 'Browse job listing and discover our workspace',
icon: Sunset,
url: '#',
},
{
title: 'Support',
description:
'Get in touch with our support team or visit our community forums',
icon: Zap,
url: '#',
},
],
},
{
title: 'Resources',
url: '#',
items: [
{
title: 'Help Center',
description: 'Get all the answers you need right here',
icon: Zap,
url: '#',
},
{
title: 'Contact Us',
description: 'We are here to help you with any questions you have',
icon: Sunset,
url: '#',
},
{
title: 'Status',
description: 'Check the current status of our services and APIs',
icon: Trees,
url: '#',
},
{
title: 'Terms of Service',
description: 'Our terms and conditions for using our services',
icon: Book,
url: '#',
},
],
},
{
title: 'Pricing',
url: '#',
},
{
title: 'Blog',
url: '#',
title: 'Contact',
url: '/contact',
},
];
@@ -81,8 +27,8 @@ const languages: { name: string; key: LanguageRoutes }[] = [
key: LanguageRoutes.UZ,
},
{
name: 'Ўзбекча',
key: LanguageRoutes.KI,
name: 'English',
key: LanguageRoutes.EN,
},
{
name: 'Русский',