SEO Component base

This commit is contained in:
Moris Zen
2018-09-12 13:38:02 +02:00
parent ddb9f1aef8
commit d447dc0c9b
3 changed files with 20 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ import InfoBox from '../components/InfoBox'
import Technologies from '../components/Technologies'
import Typed from 'react-typed'
import Fade from 'react-reveal/Fade'
import SEO from '../components/SEO'
import ImgIntro from '../images/web-development-company.svg'
import ImgDesign from '../images/user-experience-design-agency.svg'
@@ -29,6 +30,7 @@ import PageTransition from 'gatsby-plugin-page-transitions'
const IndexPage = ({ ...props }) => (
<PageTransition>
<SEO />
<PageIntro
text="We're in the business of solving real-world problems with digital solutions. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
image={ImgIntro}