Quickfixes design and text
This commit is contained in:
@@ -19,7 +19,6 @@ import Almira from '../images/developer-almira.jpg'
|
||||
import Mirna from '../images/developer-mirna.jpg'
|
||||
import Mickey from '../images/developer-mickey.svg'
|
||||
import Nedim from '../images/developer-nedim.svg'
|
||||
import Emil from '../images/manager-emil.svg'
|
||||
|
||||
const AboutPage = () => (
|
||||
<PageTransition>
|
||||
@@ -84,39 +83,24 @@ const AboutPage = () => (
|
||||
<Card
|
||||
team
|
||||
teamMember={Mediha}
|
||||
title="Edin Dazdarevic"
|
||||
title="Mediha Zukic"
|
||||
subtitle="Developer"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Mirna}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
/>
|
||||
<Card team teamMember={Mirna} title="Mirna Milic" subtitle="CEO" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Nina}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
/>
|
||||
<Card team teamMember={Nina} title="Nina Juresic" subtitle="CEO" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Bilal}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
/>
|
||||
<Card team teamMember={Bilal} title="Bilal Catic" subtitle="CEO" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Almira}
|
||||
title="Edin Dazdarevic"
|
||||
title="Almira Krdzic"
|
||||
subtitle="CEO"
|
||||
/>
|
||||
</div>
|
||||
@@ -129,20 +113,7 @@ const AboutPage = () => (
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Nedim}
|
||||
title="Edin Dazdarevic"
|
||||
subtitle="CEO"
|
||||
/>
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card
|
||||
team
|
||||
teamMember={Emil}
|
||||
title="Emil"
|
||||
subtitle="Project Manager"
|
||||
/>
|
||||
<Card team teamMember={Nedim} title="Nedim Uka" subtitle="CEO" />
|
||||
</div>
|
||||
</div>
|
||||
</Fade>
|
||||
|
||||
@@ -189,7 +189,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<Fade>
|
||||
<Button
|
||||
standard
|
||||
text="Our Blog"
|
||||
text="More Posts"
|
||||
url="/blog"
|
||||
classes="mt-2 mb-8 hover:shadow-md rounded-full text-grey-darker"
|
||||
/>
|
||||
|
||||
@@ -166,10 +166,7 @@ const ServicesPage = () => (
|
||||
h2Classes="text-5xl saburly-color font-light"
|
||||
headline="Flexible Workflow"
|
||||
text="We are helping everything from Fortune 500 companies to startups
|
||||
and tailor our processes based on your scale and needs. We
|
||||
collaborate closely with our clients at each step of the
|
||||
development process and make sure that the solutions deliver great
|
||||
value and meets your specific business requirements"
|
||||
and tailor our processes based on your scale and needs. "
|
||||
classes="container mx-auto"
|
||||
/>
|
||||
<img src={HowWeWork} className="w-full -mb-16" alt="DevOps Agency" />
|
||||
|
||||
Reference in New Issue
Block a user