products
This commit is contained in:
+2
-4
@@ -1,17 +1,15 @@
|
||||
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'
|
||||
import Blog from './home/Blog'
|
||||
import Collaboration from './home/Collaboration'
|
||||
import Footer from '@/shared/Footer'
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<Header />
|
||||
|
||||
|
||||
<HeroSection />
|
||||
|
||||
@@ -25,7 +23,7 @@ const Home: NextPage = () => {
|
||||
|
||||
<Collaboration />
|
||||
|
||||
<Footer />
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user