diff --git a/src/components/InfoBox.js b/src/components/InfoBox.js
index b3eb894..4d42dc6 100644
--- a/src/components/InfoBox.js
+++ b/src/components/InfoBox.js
@@ -3,8 +3,8 @@ import Link from 'gatsby-link'
const InfoBox = ({ ...props }) => (
-
{props.headline}
-
{props.text}
+
{props.headline}
+
{props.text}
)
diff --git a/src/pages/index.js b/src/pages/index.js
index d1cd98d..2eede06 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -25,7 +25,7 @@ const IndexPage = ({ ...props }) => (
buttonClasses="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20"
intro="Welcome To Saburly"
headline="We build the right software for your business goals"
- text="We are a team of highly experienced, creative, open-minded and passionate engineers. Our mission is clear: to make you clients stand out and gain competitive advantages with the help of modern technologies."
+ text="We are a team of highly experienced, creative and passionate engineers. Our mission is clear: to make you stand out and gain competitive advantages with the help of modern technologies."
image={ImgIntro}
/>
@@ -34,7 +34,7 @@ const IndexPage = ({ ...props }) => (
@@ -51,39 +51,27 @@ const IndexPage = ({ ...props }) => (
-
-
-
-