Quickfix leftover

This commit is contained in:
Moris Zen
2018-09-12 15:16:49 +02:00
parent 83663ea5c0
commit 116d51c9af

View File

@@ -3,7 +3,6 @@ import PageIntro from '../components/PageIntro'
import SectionIntro from '../components/SectionIntro' import SectionIntro from '../components/SectionIntro'
import PageTransition from 'gatsby-plugin-page-transitions' import PageTransition from 'gatsby-plugin-page-transitions'
import Fade from 'react-reveal/Fade'
import Card from '../components/Card' import Card from '../components/Card'
import SEO from '../components/SEO' import SEO from '../components/SEO'
@@ -23,7 +22,12 @@ import Nedim from '../images/developer-nedim.svg'
const AboutPage = () => ( const AboutPage = () => (
<PageTransition> <PageTransition>
<SEO siteTitle="Saburly - About Us" siteDescription="Saburly was founded by senior tech leads that understand what it takes to create modern digital solutions" siteImage={IntroImage} siteUrl="https://saburly.com/about" /> <SEO
siteTitle="Saburly - About Us"
siteDescription="Saburly was founded by senior tech leads that understand what it takes to create modern digital solutions"
siteImage={IntroImage}
siteUrl="https://saburly.com/about"
/>
<PageIntro <PageIntro
tiltImage tiltImage
headline="We know software" headline="We know software"
@@ -33,7 +37,6 @@ const AboutPage = () => (
/> />
<section className="container mx-auto p-4 md:p-0 my-20"> <section className="container mx-auto p-4 md:p-0 my-20">
<Fade>
<div className="saburly-main-bg rounded-lg p-10 text-center lg:flex justify-center items-center"> <div className="saburly-main-bg rounded-lg p-10 text-center lg:flex justify-center items-center">
<img <img
src={MeaningSaburly} src={MeaningSaburly}
@@ -50,11 +53,9 @@ const AboutPage = () => (
</h5> </h5>
</div> </div>
</div> </div>
</Fade>
</section> </section>
<section className="container mx-auto my-20"> <section className="container mx-auto my-20">
<Fade>
<SectionIntro <SectionIntro
classes="max-w-lg mx-auto" classes="max-w-lg mx-auto"
h2Classes="text-5xl text-center" h2Classes="text-5xl text-center"
@@ -62,7 +63,6 @@ const AboutPage = () => (
text="We are a small company with a personal touch that knows our stuff. Our team consists of expert developers and designers, all highly motivated to help you succeed." text="We are a small company with a personal touch that knows our stuff. Our team consists of expert developers and designers, all highly motivated to help you succeed."
textClasses="text-center" textClasses="text-center"
/> />
</Fade>
<div className="container mx-auto w-full md:flex md:flex-wrap items-stretch w-full"> <div className="container mx-auto w-full md:flex md:flex-wrap items-stretch w-full">
<div className="md:w-1/3 p-2"> <div className="md:w-1/3 p-2">
<Card team unshadowed teamMember={Moris} title="Moris Pasic" /> <Card team unshadowed teamMember={Moris} title="Moris Pasic" />