From 5e8d2bdf90e781e93ddaa850a47c762428113377 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Sat, 7 Jul 2018 00:45:15 +0200 Subject: [PATCH] About page markup --- src/pages/about.js | 26 +++++++++++++++++++++++++- src/pages/services.js | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/pages/about.js b/src/pages/about.js index 9c1c0c2..3033a37 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -1,8 +1,32 @@ import React from 'react' +import PageIntro from '../components/PageIntro' +import SectionIntro from '../components/SectionIntro' + const AboutPage = () => (
-

About page

+ + +
+ +
+ +
+ +
) diff --git a/src/pages/services.js b/src/pages/services.js index 6d185dc..9752e03 100644 --- a/src/pages/services.js +++ b/src/pages/services.js @@ -5,7 +5,7 @@ import SectionIntro from '../components/SectionIntro' const ServicesPage = () => (
- +