Restructuring and styling of components

This commit is contained in:
Moris Zen
2018-07-05 11:15:44 +02:00
parent bcc6a948cb
commit 6dc175c126
9 changed files with 253 additions and 53 deletions

View File

@@ -55,7 +55,7 @@ const IndexPage = () => (
classes="max-w-lg m-auto"
intro="Services"
headline="Because beautiful code makes our heart pound"
text="We have a passion for great software and design with the help of modern technologies. Custom end-to-end solutions is our speciality and our skilled team can even help you with initial analysis, architecture design, testing and deployments"
text="We have a passion for great software and design with the help of modern technologies. Our speciality is custom end-to-end solutions and our skilled team can even help you with initial analysis, architecture design, testing and deployments"
/>
</section>
@@ -130,7 +130,7 @@ const IndexPage = () => (
/>
</section>
<section className="text-center p-3">
<section className="container mx-auto text-center p-3">
<SectionIntro
intro="Blog & Social Media"
headline="But occasionally we find the time to have fun and publish stuff"
@@ -138,9 +138,13 @@ const IndexPage = () => (
<div className="lg:flex justify-center mt-8">
<Card />
<Card />
<Card />
</div>
<Button filled text="More Posts" url="/blog" classes="rounded-full" />
<Button
standard
text="More Posts"
url="/blog"
classes="mt-2 mb-8 rounded-full text-grey-darker hover:shadow"
/>
</section>
</main>
)