Section intro structure and styling

This commit is contained in:
Moris Zen
2018-07-06 23:32:12 +02:00
parent 9639fd9d1a
commit 3ec8275596
5 changed files with 59 additions and 50 deletions

View File

@@ -17,7 +17,7 @@ import LogoCoor from '../images/logo-coor-color.svg'
const IndexPage = ({ ...props }) => (
<main>
<PageIntro image={ImgIntro} />
<PageIntro button buttonText="Let's Build Together" buttonUrl="/proposal" buttonClasses="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20" intro="Welcome To Saburly" headline="We build the right software for your needs" text="We are a team of creative, open minded, skilled and passionate engineers that ship success every day" image={ImgIntro} />
<section className="container mx-auto text-center my-12 p-4">
<SectionIntro
@@ -106,7 +106,7 @@ const IndexPage = ({ ...props }) => (
filled
text="Get a free proposal"
url="/proposal"
classes="shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green"
classes="text-white shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green"
/>
</section>