link
This commit is contained in:
@@ -11,7 +11,7 @@ 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-center xl:items-start xl:text-right'>
|
||||
<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}
|
||||
@@ -19,7 +19,7 @@ const Footer: FC = () => {
|
||||
alt='لوگو داناک'
|
||||
/>
|
||||
|
||||
<p className='mt-6 text-sm xl:text-justify text-center'>
|
||||
<p className='mt-6 text-sm xl:text-justify text-right'>
|
||||
ما در داناک هم تولیدکننده نرمافزارهای پیشرفته هستیم و هم بستری برای فروش محصولات نرمافزاری دیگران فراهم کردهایم. با ما هوشمندانه بسازید و حرفهای بفروشید.
|
||||
</p>
|
||||
</div>
|
||||
@@ -29,7 +29,7 @@ const Footer: FC = () => {
|
||||
<h6 className='font-bold xl:text-base text-xs'>
|
||||
داناک
|
||||
</h6>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-center'>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-right'>
|
||||
<li>
|
||||
محصولات
|
||||
</li>
|
||||
@@ -46,7 +46,7 @@ const Footer: FC = () => {
|
||||
<h6 className='font-bold xl:text-base text-xs whitespace-nowrap'>
|
||||
سرویس ها محبوب
|
||||
</h6>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-center'>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-right'>
|
||||
<li>
|
||||
دی منو
|
||||
</li>
|
||||
@@ -63,7 +63,7 @@ const Footer: FC = () => {
|
||||
<h6 className='font-bold xl:text-base text-xs'>
|
||||
همکاری با داناک
|
||||
</h6>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-center'>
|
||||
<ul className='xl:text-sm text-xs mt-4 flex flex-col gap-4 text-right'>
|
||||
<li>
|
||||
توسعه دهندگان
|
||||
</li>
|
||||
|
||||
@@ -27,7 +27,7 @@ const Header: FC = () => {
|
||||
</li>
|
||||
</Link>
|
||||
|
||||
<Link href='/services'>
|
||||
<Link href='/danak-services'>
|
||||
<li>
|
||||
خدمات
|
||||
</li>
|
||||
@@ -62,10 +62,12 @@ const Header: FC = () => {
|
||||
<div>ورود | ثبت نام</div>
|
||||
</a>
|
||||
|
||||
<Button
|
||||
label='تماس با ما'
|
||||
className='w-fit px-8'
|
||||
/>
|
||||
<Link href='/contact'>
|
||||
<Button
|
||||
label='تماس با ما'
|
||||
className='w-fit px-8'
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user