diff --git a/package.json b/package.json
index 107e1ff..ebdcfda 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"gatsby-plugin-page-transitions": "^1.0.7",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-react-next": "^1.0.11",
+ "gatsby-plugin-robots-txt": "^1.3.0",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-remark-prismjs": "^2.0.5",
diff --git a/src/components/Card.js b/src/components/Card.js
index 532e5e4..8b3ae60 100644
--- a/src/components/Card.js
+++ b/src/components/Card.js
@@ -18,7 +18,9 @@ const Card = ({ ...props }) => (
props.team ? 'absolute pin-b' : ''
} text-center w-full bg-white-opacity`}
>
-
{props.title}
+
+ {props.title}
+
{props.subtitle && (
{props.subtitle}
diff --git a/src/components/PageIntro.js b/src/components/PageIntro.js
index 894b062..a71a67e 100644
--- a/src/components/PageIntro.js
+++ b/src/components/PageIntro.js
@@ -37,7 +37,7 @@ class PageIntro extends Component {
{this.props.children}
(
image={ImgIntro}
imgClasses="-mb-20 p-2 md:p-8"
>
-
+
We{' '}
(
-
+
@@ -64,7 +64,7 @@ const IndexPage = ({ ...props }) => (
(
(
(
@@ -171,7 +171,7 @@ const IndexPage = ({ ...props }) => (
diff --git a/src/pages/services.js b/src/pages/services.js
index 023e52e..9c005db 100644
--- a/src/pages/services.js
+++ b/src/pages/services.js
@@ -38,8 +38,8 @@ const ServicesPage = () => (
/>
-
+
Conceptualization & Branding
@@ -66,7 +66,7 @@ const ServicesPage = () => (
-
+
UX & UI Design
@@ -91,7 +91,7 @@ const ServicesPage = () => (
@@ -101,7 +101,7 @@ const ServicesPage = () => (
alt="Fullstack Web Development Agency"
/>
-
+
Web development
@@ -111,7 +111,7 @@ const ServicesPage = () => (
-
+
Mobile & desktop apps
@@ -122,7 +122,9 @@ const ServicesPage = () => (
-
DevOps
+
+ DevOps
+
Our DevOps experience comes from working with leading hosting
providers such as AWS and Google Cloud Platform. We offer
@@ -164,7 +166,7 @@ const ServicesPage = () => (