diff --git a/src/app/home/Collaboration.tsx b/src/app/home/Collaboration.tsx
index 728397f..ad0b01b 100644
--- a/src/app/home/Collaboration.tsx
+++ b/src/app/home/Collaboration.tsx
@@ -1,6 +1,7 @@
import Button from '@/components/Button'
import InfoBox from '@/components/InfoBox'
import { DocumentCode, FavoriteChart } from 'iconsax-react'
+import Link from 'next/link'
import { FC } from 'react'
const Collaboration: FC = () => {
@@ -17,14 +18,18 @@ const Collaboration: FC = () => {
-
-
+
+
+
+
+
+
diff --git a/src/app/home/WhyDanak.tsx b/src/app/home/WhyDanak.tsx
index e8486c5..b73066d 100644
--- a/src/app/home/WhyDanak.tsx
+++ b/src/app/home/WhyDanak.tsx
@@ -1,6 +1,7 @@
import Button from '@/components/Button'
import InfoBox from '@/components/InfoBox'
import { Activity, Headphone, Profile2User, ShieldTick } from 'iconsax-react'
+import Link from 'next/link'
import { FC } from 'react'
const WhyDanak: FC = () => {
@@ -16,10 +17,12 @@ const WhyDanak: FC = () => {
ما در داناک با ترکیب خلاقیت، تخصص و تکنولوژیهای روز، راهکارهای نرمافزاری منحصربهفردی ارائه میدهیم که کسبوکار شما را به سطحی بالاتر میبرد.
-
+
+
+
diff --git a/src/components/SectionHeader.tsx b/src/components/SectionHeader.tsx
index 6ca953c..fd8c51c 100644
--- a/src/components/SectionHeader.tsx
+++ b/src/components/SectionHeader.tsx
@@ -1,8 +1,10 @@
import { ArrowLeft } from 'iconsax-react'
+import Link from 'next/link'
import { FC } from 'react'
type Props = {
- title: string
+ title: string,
+ link?: string
}
const SectionHeader: FC = (props) => {
@@ -12,13 +14,15 @@ const SectionHeader: FC = (props) => {
{props.title}
-