From 473eea0330d43a468f12f09c779d5dac741ae71e Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Sat, 7 Jul 2018 01:04:02 +0200 Subject: [PATCH] Contact page base structure --- src/pages/contact.js | 16 +++++++++++++++- src/pages/services.js | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/pages/contact.js b/src/pages/contact.js index 3230018..2030d9c 100644 --- a/src/pages/contact.js +++ b/src/pages/contact.js @@ -1,8 +1,22 @@ import React from 'react' +import PageIntro from '../components/PageIntro' +import SectionIntro from '../components/SectionIntro' + const ContactPage = () => (
-

Contact page

+ + +
+ + +

Request a Video Call

+

Request a proposal

+

Old-fashioned phone calls work too - +...

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