diff --git a/src/components/Card.js b/src/components/Card.js
index 8b3ae60..e9e66a8 100644
--- a/src/components/Card.js
+++ b/src/components/Card.js
@@ -8,7 +8,7 @@ const Card = ({ ...props }) => (
className={`h-full w-full rounded overflow-hidden bg-white ${!props.teamMember &&
'border-bottom-saburly hover:shadow'}`}
>
-
+
{props.image &&

}
{props.teamMember && (

diff --git a/src/components/InfoBox.js b/src/components/InfoBox.js
index cca5ea9..4cb60d0 100644
--- a/src/components/InfoBox.js
+++ b/src/components/InfoBox.js
@@ -6,7 +6,7 @@ const InfoBox = ({ ...props }) => (
{props.headline}
-
+
{props.text}
diff --git a/src/components/PageIntro.js b/src/components/PageIntro.js
index b5e4012..7e52f09 100644
--- a/src/components/PageIntro.js
+++ b/src/components/PageIntro.js
@@ -29,7 +29,7 @@ class PageIntro extends Component {
/>
@@ -37,12 +37,12 @@ class PageIntro extends Component {
{this.props.children}
diff --git a/src/components/SectionIntro.js b/src/components/SectionIntro.js
index 95e36c7..e9a4574 100644
--- a/src/components/SectionIntro.js
+++ b/src/components/SectionIntro.js
@@ -28,9 +28,7 @@ const IntroDefault = ({ ...props }) => (
{props.text}
diff --git a/src/pages/index.js b/src/pages/index.js
index d825479..a50b329 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -34,7 +34,7 @@ const IndexPage = ({ ...props }) => (
image={ImgIntro}
imgClasses="-mb-20 p-2 md:p-8"
>
-
+
We{' '}
(
@@ -62,7 +62,7 @@ const IndexPage = ({ ...props }) => (
(
(