Quickfix leftover
This commit is contained in:
@@ -3,7 +3,6 @@ import PageIntro from '../components/PageIntro'
|
||||
import SectionIntro from '../components/SectionIntro'
|
||||
|
||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
||||
import Fade from 'react-reveal/Fade'
|
||||
import Card from '../components/Card'
|
||||
import SEO from '../components/SEO'
|
||||
|
||||
@@ -23,7 +22,12 @@ import Nedim from '../images/developer-nedim.svg'
|
||||
|
||||
const AboutPage = () => (
|
||||
<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
|
||||
tiltImage
|
||||
headline="We know software"
|
||||
@@ -33,36 +37,32 @@ const AboutPage = () => (
|
||||
/>
|
||||
|
||||
<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">
|
||||
<img
|
||||
src={MeaningSaburly}
|
||||
className="max-h-xs"
|
||||
alt="User Experience Design Agency"
|
||||
/>
|
||||
<div>
|
||||
<p className="py-2 font-light text-white opacity-80 text-center">
|
||||
Saburly comes from an old Bosnian saying and is about
|
||||
</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">
|
||||
"Achieving success through patience, strategic planning and
|
||||
perseverance"
|
||||
</h5>
|
||||
</div>
|
||||
<div className="saburly-main-bg rounded-lg p-10 text-center lg:flex justify-center items-center">
|
||||
<img
|
||||
src={MeaningSaburly}
|
||||
className="max-h-xs"
|
||||
alt="User Experience Design Agency"
|
||||
/>
|
||||
<div>
|
||||
<p className="py-2 font-light text-white opacity-80 text-center">
|
||||
Saburly comes from an old Bosnian saying and is about
|
||||
</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">
|
||||
"Achieving success through patience, strategic planning and
|
||||
perseverance"
|
||||
</h5>
|
||||
</div>
|
||||
</Fade>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="container mx-auto my-20">
|
||||
<Fade>
|
||||
<SectionIntro
|
||||
classes="max-w-lg mx-auto"
|
||||
h2Classes="text-5xl text-center"
|
||||
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."
|
||||
textClasses="text-center"
|
||||
/>
|
||||
</Fade>
|
||||
<SectionIntro
|
||||
classes="max-w-lg mx-auto"
|
||||
h2Classes="text-5xl text-center"
|
||||
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."
|
||||
textClasses="text-center"
|
||||
/>
|
||||
<div className="container mx-auto w-full md:flex md:flex-wrap items-stretch w-full">
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Moris} title="Moris Pasic" />
|
||||
|
||||
Reference in New Issue
Block a user