+ )
+}
+
+export default Blog
\ No newline at end of file
diff --git a/src/app/home/Collaboration.tsx b/src/app/home/Collaboration.tsx
new file mode 100644
index 0000000..b1773f5
--- /dev/null
+++ b/src/app/home/Collaboration.tsx
@@ -0,0 +1,58 @@
+import Button from '@/components/Button'
+import InfoBox from '@/components/InfoBox'
+import { DocumentCode, FavoriteChart } from 'iconsax-react'
+import { FC } from 'react'
+
+const Collaboration: FC = () => {
+ return (
+
+
+
+
+ همکاری با داناک
+
+
+
+ با پیوستن به داناک، فرصتهای جدیدی برای رشد و کسب درآمد خواهید داشت. چه بهعنوان نماینده فروش و چه بهعنوان توسعهدهنده، ما بستر مناسبی برای موفقیت شما فراهم کردهایم.
+
+
+
+
+
+
+
+
+
+
+ }
+ title='توسعه دهندگان'
+ description='اگر توسعهدهنده نرمافزار هستید، مارکتپلیس داناک بستری ایدهآل برای عرضه محصولات شماست. نرمافزارهای خود را به مشتریان گسترده معرفی کنید و از یک پلتفرم حرفهای برای فروش و پشتیبانی بهره ببرید.'
+ />
+
+
+ }
+ title='نمایندگان فروش'
+ description='اگر به فروش و بازاریابی علاقه دارید، میتوانید بهعنوان نماینده فروش محصولات ما فعالیت کنید. با دسترسی به مجموعهای از راهکارهای نرمافزاری باکیفیت، کسب درآمد کنید و شبکه تجاری خود را گسترش دهید.'
+ />
+
+
+
+
+ )
+}
+
+export default Collaboration
\ No newline at end of file
diff --git a/src/app/home/DanakServices.tsx b/src/app/home/DanakServices.tsx
index 327b69d..f4c5ce7 100644
--- a/src/app/home/DanakServices.tsx
+++ b/src/app/home/DanakServices.tsx
@@ -1,7 +1,7 @@
'use client'
+import SectionHeader from '@/components/SectionHeader'
import ServiceItem from '@/components/ServiceItem'
import { clx } from '@/helpers/utils'
-import { ArrowLeft } from 'iconsax-react'
import { FC, useState } from 'react'
import { Swiper, SwiperSlide } from 'swiper/react'
@@ -10,20 +10,10 @@ const DanakServices: FC = () => {
const [categoryId, setCategoryId] = useState('')
return (
-