Remove team members
This commit is contained in:
@@ -52,45 +52,6 @@ const AboutPage = () => (
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="container mx-auto my-20">
|
||||
<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={Senad} title="Senad" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Edin} title="Edin" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Mediha} title="Mediha" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Mirna} title="Mirna" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Nina} title="Nina" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Bilal} title="Bilal" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Almira} title="Almira" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Mickey} title="Miralem" />
|
||||
</div>
|
||||
<div className="md:w-1/3 p-2">
|
||||
<Card team unshadowed teamMember={Nedim} title="Nedim" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</PageTransition>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user