blog collaboration in landing

This commit is contained in:
hamid zarghami
2025-03-26 23:47:51 +03:30
parent 0ac093ecd9
commit 2a76161a2f
9 changed files with 175 additions and 16 deletions
+6
View File
@@ -4,6 +4,8 @@ import HeroSection from './home/HeroSection'
import DanakSuggestedService from './home/DanakSuggestedService'
import WhyDanak from './home/WhyDanak'
import DanakServices from './home/DanakServices'
import Blog from './home/Blog'
import Collaboration from './home/Collaboration'
const Home: NextPage = () => {
return (
@@ -18,6 +20,10 @@ const Home: NextPage = () => {
<DanakServices />
<Blog />
<Collaboration />
</div>
)
}