Styling and fixing about us bug
This commit is contained in:
@@ -16,17 +16,15 @@ import PageTransition from 'gatsby-plugin-page-transitions'
|
||||
|
||||
const ServicesPage = () => (
|
||||
<PageTransition>
|
||||
<Fade top>
|
||||
<PageIntro
|
||||
tiltImage
|
||||
straight
|
||||
buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
|
||||
headline="Agile practitioners"
|
||||
text="At Saburly we embrace Agile’s methodologies for every project and business environment, no matter the size, scale, or complexity. Our flexible processes ensure high productivity and we know how to balance between cost, time and quality."
|
||||
image={IntroImage}
|
||||
imgClasses="-mb-12 border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100"
|
||||
/>
|
||||
</Fade>
|
||||
<PageIntro
|
||||
tiltImage
|
||||
straight
|
||||
buttonClasses="text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
|
||||
headline="Agile practitioners"
|
||||
text="At Saburly we embrace Agile’s methodologies for every project and business environment, no matter the size, scale, or complexity. Our flexible processes ensure high productivity and we know how to balance between cost, time and quality."
|
||||
image={IntroImage}
|
||||
imgClasses="-mb-12 border-white rounded-lg opacity-100 lg:opacity-70 hover:opacity-100"
|
||||
/>
|
||||
<section className="px-4 py-16">
|
||||
<Fade>
|
||||
<div className="container mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user