danak website
This commit is contained in:
@@ -18,25 +18,25 @@ const Header: FC = () => {
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
<Link href='/'>
|
||||
<Link href='/products'>
|
||||
<li>
|
||||
محصولات
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
<Link href='/'>
|
||||
<Link href='/services'>
|
||||
<li>
|
||||
خدمات
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
<Link href='/'>
|
||||
<Link href='/about'>
|
||||
<li>
|
||||
درباره ی ما
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
<Link href='/'>
|
||||
<Link href='/blog'>
|
||||
<li>
|
||||
مجله
|
||||
</li>
|
||||
@@ -51,13 +51,13 @@ const Header: FC = () => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='border-l-2 whitespace-nowrap border-[#D8DCE4] pl-4 flex gap-2'>
|
||||
<a href='https://console.danakcorp.com/auth/login' target='_blank' className='border-l-2 whitespace-nowrap border-[#D8DCE4] pl-4 flex gap-2'>
|
||||
<Profile
|
||||
size={20}
|
||||
color='black'
|
||||
/>
|
||||
<div>ورود | ثبت نام</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<Button
|
||||
label='تماس با ما'
|
||||
|
||||
Reference in New Issue
Block a user