Changed homepage backgrounds, improved @sections

This commit is contained in:
2018-11-26 19:24:41 +11:00
parent 88cd1a9a53
commit 829a152a1e
18 changed files with 121 additions and 76 deletions

View File

@ -23,8 +23,6 @@
import React from 'react';
import Styles from './HomePage.scss';
import Page from '@components/page/Page';
import BannerSection from './sections/BannerSection';
import PromoVideoSection from './sections/PromoVideoSection';
@ -32,10 +30,17 @@ import ProgrammingSection from './sections/ProgrammingSection';
import PlatformsSection from './sections/PlatformsSection';
import ExistingWorkSection from './sections/ExistingWorkSection';
import Styles from './HomePage.scss';
export default props => {
//Return
return (
<Page style="home-page" className="p-home-page" title={0}>
<Page
style="home-page"
className="p-home-page"
title={0}
background={ require('@assets/images/banners/about/glasses.svg') }
>
{ /* Banner */ }
<BannerSection />