|
@@ -1,10 +1,9 @@
|
|
|
import React from "react";
|
|
|
import { css } from "@emotion/core";
|
|
|
-import { Router } from "@reach/router";
|
|
|
import { Provider } from "react-redux";
|
|
|
|
|
|
import store from "./store";
|
|
|
-import { Layout, VideoGallery, Hero, Tags, SeriesGallery, ChannelGallery, Main } from "./components";
|
|
|
+import { Layout, VideoGallery, Hero, TagsGallery, SeriesGallery, ChannelGallery, Main } from "./components";
|
|
|
|
|
|
const backgroundImg =
|
|
|
"https://s3-alpha-sig.figma.com/img/351c/9556/7bd65e79c56d66e273279ce04f8574aa?Expires=1593388800&Signature=PAvJw8izjlFlZRMv9V9zMNkyZPimYsj4PzJGXk0Q6mDPlV6Z87PLAT9xyImbi~p263Mu7bMcT8jdqjayXQq3iEgn1JxdYVCrHSyXgCrfmwxmWMZktEY-4kyO9M1RSWBlF9fsd19a45m0L9NtesyDU0IYz51tfYwE2OUE21TJmi4vdjiilPg6kRhPA3Z2N-Vj9ir9of7PtidoQwF-8b9fPejs7nDAHs3AX6YpIYTA36v2TGtS1emtxOCrO6JaRkr61yEdERo1RAVIeK36TeWXcCNE~mIIVoy~A9Abics4O2yQc0oxspu0Ac987NC-kGAHQS8FNeiAxWy7Ux49oNEMfQ__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA";
|
|
@@ -24,13 +23,13 @@ export default function App() {
|
|
|
`}
|
|
|
>
|
|
|
<VideoGallery title="Continue Watching" />
|
|
|
- <VideoGallery title="Top Trending Videos" />
|
|
|
+ <VideoGallery title="Top Trending Videos" action="See All" />
|
|
|
<SeriesGallery title="Top Trending Series" />
|
|
|
- <VideoGallery title="Featured Videos" />
|
|
|
- <Tags title="Top Categories" />
|
|
|
+ <VideoGallery title="Featured Videos" action="See All" />
|
|
|
+ <TagsGallery title="Top Categories" />
|
|
|
<ChannelGallery title="Trending Channels" />
|
|
|
<VideoGallery title="Top Trending Playlist" />
|
|
|
- <VideoGallery title="Newest Videos" />
|
|
|
+ <VideoGallery title="Newest Videos" action="See All" />
|
|
|
</Main>
|
|
|
</Layout>
|
|
|
</Provider>
|