merge common into m6-sonnguyen

This commit is contained in:
sonnguyenkieio
2021-09-14 14:55:38 +07:00
205 changed files with 6708 additions and 332 deletions

View File

@@ -1,22 +1,19 @@
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 (
<>
<Test />
{/* <HomeBanner />
<HomeBanner />
<HomeFeature />
<HomeCategories />
<HomeCollection />
<HomeVideo />
<HomeCTA />
<HomeRecipe />
<HomeSubscribe /> */}
<HomeSubscribe />
{/* // todo: uncomment */}
{/* // todo: uncomment
{/* <ModalCreateUserInfo/> */}
</>
)