Merge branch 'common' of github.com:KieIO/grocery-vercel-commerce into m2-datnguyen

This commit is contained in:
unknown
2021-08-27 15:11:40 +07:00
37 changed files with 449 additions and 11920 deletions

View File

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