This commit is contained in:
sonnguyenkieio
2021-09-08 09:51:06 +07:00
parent b72aba0eb3
commit 3f0af5ac85
10 changed files with 115 additions and 28 deletions

View File

@@ -1,17 +1,20 @@
import { Layout } from 'src/components/common';
import { HomeBanner, HomeCategories, HomeCollection, HomeCTA, HomeFeature, HomeRecipe, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
import Test from './test';
export default function Home() {
return (
<>
<HomeBanner />
<Test />
{/* <HomeBanner />
<HomeFeature />
<HomeCategories />
<HomeCollection />
<HomeVideo />
<HomeCTA />
<HomeRecipe />
<HomeSubscribe />
<HomeSubscribe /> */}
{/* // todo: uncomment */}
{/* <ModalCreateUserInfo/> */}