enamad + ...

This commit is contained in:
hamid zarghami
2025-04-23 16:03:13 +03:30
parent f788bf2e38
commit 72bd413aee
7 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const Collaboration: FC = () => {
<div className='w-full xl:py-32 py-20 bg-gradient-to-r from-[#eef0f6] via-[#e2e5ec] to-[#dee1e9] xl:mt-40 mt-12 rounded-4xl'>
<div className='max-w-maxWidth px-6 xl:px-0 mx-auto flex xl:flex-row flex-col items-center xl:gap-20 gap-14'>
<div className='xl:max-w-[300px] text-center xl:text-right'>
<h2 className='xl:text-3xl text-sm font-bold'>
<h2 className='xl:text-3xl text-lg font-bold'>
همکاری با داناک
</h2>
+1 -1
View File
@@ -9,7 +9,7 @@ const DanakSuggestedService: FC = () => {
return (
<div className='max-w-maxWidth mx-auto xl:mt-20 mt-12'>
<h2 className='xl:text-2xl text-sm font-bold text-center xl:text-right'>
<h2 className='xl:text-2xl text-lg font-bold text-center xl:text-right'>
سرویس های پیشنهادی داناک
</h2>
+1 -1
View File
@@ -9,7 +9,7 @@ const WhyDanak: FC = () => {
<div className='w-full xl:py-32 py-20 bg-gradient-to-l from-[#eef0f6] via-[#e2e5ec] to-[#dee1e9] xl:mt-40 mt-12 rounded-4xl'>
<div className='max-w-maxWidth px-4 xl:px-0 mx-auto flex xl:flex-row flex-col items-center xl:gap-20 gap-14'>
<div className='xl:max-w-[300px] text-center xl:text-right'>
<h2 className='xl:text-3xl text-sm font-bold'>
<h2 className='xl:text-3xl text-lg font-bold'>
چرا داناک؟
</h2>
+1 -1
View File
@@ -9,7 +9,7 @@ const DanakSuggestedService: FC = () => {
return (
<div className='max-w-maxWidth mx-auto xl:mt-20 mt-12'>
<h2 className='xl:text-2xl text-sm font-bold text-center xl:text-right'>
<h2 className='xl:text-2xl text-lg font-bold text-center xl:text-right'>
سرویس های پیشنهادی داناک
</h2>