Remove how we work and add to services

This commit is contained in:
Moris Zen
2018-07-07 01:15:48 +02:00
parent fecc2051eb
commit 3e2ae8fa13
3 changed files with 19 additions and 23 deletions

View File

@@ -61,16 +61,10 @@ const IndexPage = ({ ...props }) => (
<div className="py-8 text-center lg:flex justify-center">
<Button
standard
text="More About What We Do"
text="More About Our Work"
url="/services"
classes="m-1 rounded-full hover:shadow-md text-grey-darker hover:shadow"
/>
<Button
standard
text="How We Work"
url="/how-we-work"
classes="m-1 rounded-full hover:shadow-md text-grey-darker hover:shadow"
/>
</div>
</section>