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,36 +37,32 @@ 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} className="max-h-xs"
className="max-h-xs" alt="User Experience Design Agency"
alt="User Experience Design Agency" />
/> <div>
<div> <p className="py-2 font-light text-white opacity-80 text-center">
<p className="py-2 font-light text-white opacity-80 text-center"> Saburly comes from an old Bosnian saying and is about
Saburly comes from an old Bosnian saying and is about </p>
</p> <h5 className="text-center text-xl md:text-2xl lg:text-3xl italic font-light text-black text-white opacity-100 font-serif px-2">
<h5 className="text-center text-xl md:text-2xl lg:text-3xl italic font-light text-black text-white opacity-100 font-serif px-2"> "Achieving success through patience, strategic planning and
"Achieving success through patience, strategic planning and perseverance"
perseverance" </h5>
</h5>
</div>
</div> </div>
</Fade> </div>
</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" headline="Team Saburly"
headline="Team Saburly" 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" />