Style changes

This commit is contained in:
Moris Zen
2018-07-10 11:47:58 +02:00
parent 09f7b48064
commit 666125499d
9 changed files with 23930 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ const IndexPage = ({ ...props }) => (
button
buttonText="Let's Connect"
url="/contact"
buttonClasses="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20"
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 your business goals"
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."
@@ -108,7 +108,7 @@ const IndexPage = ({ ...props }) => (
filled
text="Get a free proposal"
url="/proposal"
classes="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green"
classes="text-white font-normal shadow hover:shadow-md rounded-full mt-2 font-light bg-teal hover:bg-teal-dark"
/>
</section>