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 = () => (
- +