Merge pull request #17 from KieIO/m3-lytran

M3: home page, modal login, register
This commit is contained in:
lytrankieio123
2021-08-27 18:31:24 +07:00
committed by GitHub
27 changed files with 467 additions and 74 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 />