why danak and danak servces in landing

This commit is contained in:
hamid zarghami
2025-03-26 16:11:31 +03:30
parent c3e935cf94
commit 0ac093ecd9
10 changed files with 246 additions and 18 deletions
+6
View File
@@ -2,6 +2,8 @@ import { NextPage } from 'next'
import Header from '@/shared/Header'
import HeroSection from './home/HeroSection'
import DanakSuggestedService from './home/DanakSuggestedService'
import WhyDanak from './home/WhyDanak'
import DanakServices from './home/DanakServices'
const Home: NextPage = () => {
return (
@@ -12,6 +14,10 @@ const Home: NextPage = () => {
<DanakSuggestedService />
<WhyDanak />
<DanakServices />
</div>
)
}