Added custom title support

This commit is contained in:
2018-06-29 08:00:07 +10:00
parent 0ef9b02ff9
commit dfc78cf102
7 changed files with 62 additions and 13 deletions

View File

@ -24,6 +24,7 @@
import React from 'react';
import { connect } from 'react-redux';
import Page from './../Page';
import Language from './../../language/Language'
import BannerSection from './sections/BannerSection';
import PromoVideoSection from './sections/PromoVideoSection';
@ -34,7 +35,7 @@ import ExistingWorkSection from './sections/ExistingWorkSection';
const AboutPage = (props) => {
//Return
return (
<Page style="home-page" className="p-about-page">
<Page style="about-page" className="p-about-page" title={ Language.get("pages.about.title") }>
{ /* Banner */ }
<BannerSection />