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

@ -28,10 +28,13 @@ import { bindActionCreators } from 'redux';
//Actions
import { openModal } from '@public/actions/ModalActions';
//High Order Components
import { withLanguage } from '@public/language/Language';
//Components
import Page, { PageBoundary } from '@components/page/Page';
import { withLanguage } from '@public/language/Language';
import { ClearSection } from '@components/section/Section';
import ClearSection from '@sections/layout/ClearSection';
import ContactForm from './form/ContactForm';
//Objects
import ElementScrollFader from '@objects/animation/fade/ElementScrollFader';
@ -40,8 +43,6 @@ import { Title, Heading1, Paragraph } from '@objects/typography/Typography';
import Modal from '@objects/modal/Modal';
import { FormManager } from '@objects/input/Input';
import ContactForm from './form/ContactForm';
import Styles from './ContactPage.scss';
class ContactPage extends React.Component {