Design Changes and tweaks

This commit is contained in:
Moris Zen
2018-08-23 14:18:31 +02:00
parent 8f1e279723
commit 2df21e68ea
7 changed files with 21 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ const ContactPage = () => (
<div className="font-normal text-xl mb-2">
Saburly Office in Sarajevo
</div>
<p className="md:flex text-left justify-around text-grey-darker text-base">
<div className="md:flex text-left justify-around text-grey-darker text-base">
<div>
<h4>Adress</h4>
Saburly d.o.o <br />
@@ -54,7 +54,7 @@ const ContactPage = () => (
bosnia@saburly.com
</a>{' '}
</div>
</p>
</div>
</div>
</div>
</div>
@@ -65,7 +65,7 @@ const ContactPage = () => (
<div className="font-normal text-xl mb-2">
Saburly Office in Stockholm
</div>
<p className="md:flex text-left justify-around text-grey-darker text-base">
<div className="md:flex text-left justify-around text-grey-darker text-base">
<div>
<h4>Adress</h4>
Saburly AB <br />
@@ -91,7 +91,7 @@ const ContactPage = () => (
sweden@saburly.com
</a>{' '}
</div>
</p>
</div>
</div>
</div>
</div>

View File

@@ -28,8 +28,7 @@ const IndexPage = ({ ...props }) => (
buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
intro="Welcome To Saburly"
headline="We build the right software for you"
text="Saburly is a team of highly experienced, creative and passionate engineers. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
sectionClasses="md:pt-10"
text="We're a team of experienced, creative and passionate engineers. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
image={ImgIntro}
imgClasses="-mb-20 lg:-mt-12"
/>