🎨 styles: home video

:%s
This commit is contained in:
lytrankieio123
2021-08-26 17:35:04 +07:00
parent 050933d4b0
commit 088ea3075b
11 changed files with 191 additions and 3 deletions

View File

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