Style changes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user