fix: fix RelevantBlogPosts

This commit is contained in:
quangnhankie
2021-09-08 10:41:02 +07:00
20 changed files with 400 additions and 9 deletions

View File

@@ -1,10 +1,14 @@
import { Layout } from 'src/components/common';
import { HomeBanner, HomeCategories, HomeCollection, HomeCTA, HomeFeature, HomeRecipe, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
import {SelectCommon} from 'src/components/common'
import card from "../public/assets/images/card.png"
export default function Home() {
return (
<>
<HomeBanner />
<HomeBanner/>
<HomeFeature />
<HomeCategories />
<HomeCollection />
@@ -12,8 +16,7 @@ export default function Home() {
<HomeCTA />
<HomeRecipe />
<HomeSubscribe />
{/* // todo: uncomment */}
{/* todo: uncomment */}
{/* <ModalCreateUserInfo/> */}
</>
)