🐛 bug: home feature

:%s
This commit is contained in:
lytrankieio123
2021-08-27 16:25:44 +07:00
parent 7fcbb820d0
commit a0ed04329d
3 changed files with 32 additions and 33 deletions

View File

@@ -1,14 +1,14 @@
import { Layout } from 'src/components/common'
import { HomeBanner, HomeCollection, HomeCTA, HomeSubscribe, HomeVideo, HomeCategories } from 'src/components/modules/home';
import HomeRecipe from 'src/components/modules/home/HomeRecipe/HomeRecipe';
import { HomeBanner, HomeCollection, HomeCTA, HomeSubscribe, HomeVideo, HomeCategories, HomeFeature, HomeRecipe } from 'src/components/modules/home';
export default function Home() {
return (
<>
<HomeBanner />
<HomeCollection/>
<HomeCategories/>
<HomeFeature />
<HomeCategories />
<HomeCollection />
<HomeVideo />
<HomeCTA />
<HomeRecipe />