blog , cantactus , projects component
This commit is contained in:
@@ -102,7 +102,7 @@ export default function Navbar() {
|
||||
const links = [
|
||||
{ href: '/', label: t('pages_home_title') as string },
|
||||
{ href: '/about', label: t('pages_about_title') as string },
|
||||
{ href: '/blog', label: t('pages_contact_title') as string },
|
||||
{ href: '/blog', label: t('pages_blog_title') as string },
|
||||
{ href: '/contact', label: t('pages_contact_title') as string },
|
||||
{ href: '/product', label: t('pages_products_title') as string },
|
||||
{ href: '/project', label: t('pages_projects_title') as string },
|
||||
|
||||
Reference in New Issue
Block a user