ads + blog + ...
This commit is contained in:
+24
-11
@@ -1,6 +1,7 @@
|
||||
import Input from '@/components/Input'
|
||||
import { ArrowLeft } from 'iconsax-react'
|
||||
import Image from 'next/image'
|
||||
import Link from 'next/link'
|
||||
import { FC } from 'react'
|
||||
|
||||
const Footer: FC = () => {
|
||||
@@ -12,12 +13,14 @@ const Footer: FC = () => {
|
||||
<div className='flex xl:flex-row flex-col xl:gap-24 gap-7 w-full justify-between xl:px-10'>
|
||||
|
||||
<div className='xl:max-w-[203px] flex flex-col items-center text-right xl:items-start xl:text-right'>
|
||||
<Image
|
||||
src={'/images/logo.svg'}
|
||||
width={140}
|
||||
height={58}
|
||||
alt='لوگو داناک'
|
||||
/>
|
||||
<Link href='/'>
|
||||
<Image
|
||||
src={'/images/logo.svg'}
|
||||
width={140}
|
||||
height={58}
|
||||
alt='لوگو داناک'
|
||||
/>
|
||||
</Link>
|
||||
|
||||
<p className='mt-6 text-sm xl:text-justify text-right'>
|
||||
ما در داناک هم تولیدکننده نرمافزارهای پیشرفته هستیم و هم بستری برای فروش محصولات نرمافزاری دیگران فراهم کردهایم. با ما هوشمندانه بسازید و حرفهای بفروشید.
|
||||
@@ -31,13 +34,19 @@ const Footer: FC = () => {
|
||||
</h6>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-right'>
|
||||
<li>
|
||||
محصولات
|
||||
<Link href='/products'>
|
||||
محصولات
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
خدمات
|
||||
<Link href='/danak-services'>
|
||||
خدمات
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
مجله
|
||||
<Link href='/blogs'>
|
||||
مجله
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -65,10 +74,14 @@ const Footer: FC = () => {
|
||||
</h6>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-right'>
|
||||
<li>
|
||||
توسعه دهندگان
|
||||
<Link href='/developers'>
|
||||
توسعه دهندگان
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
نمایندگان
|
||||
<Link href='/representatives'>
|
||||
نمایندگان
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,9 @@ const Header: FC = () => {
|
||||
<Fragment>
|
||||
<div className='w-full h-[100px] bg-white/26 rounded-4xl border-[3px] border-white px-10 xl:block hidden'>
|
||||
<div className='flex items-center justify-between h-full'>
|
||||
<Image src='/images/logo.svg' alt='logo' width={150} height={40} />
|
||||
<Link href='/'>
|
||||
<Image src='/images/logo.svg' alt='logo' width={150} height={40} />
|
||||
</Link>
|
||||
|
||||
<ul className='flex items-center gap-8 text-sm'>
|
||||
<Link href='/'>
|
||||
|
||||
Reference in New Issue
Block a user