Add client logos, markup
This commit is contained in:
@@ -8,6 +8,10 @@ import ImgIntro from '../images/programming-company.svg'
|
||||
import ImgDesign from '../images/ux-ui-design.svg'
|
||||
import ImgFullstack from '../images/fullstack-web-development.svg'
|
||||
import ImgMobile from '../images/mobile-development.svg'
|
||||
import LogoIBM from '../images/logo-ibm.svg'
|
||||
import LogoRicoh from '../images/logo-ricoh.svg'
|
||||
import LogoKinnarps from '../images/logo-kinnarps.svg'
|
||||
import LogoCoor from '../images/logo-coor.svg'
|
||||
|
||||
const IndexPage = () => (
|
||||
<div>
|
||||
@@ -41,6 +45,12 @@ const IndexPage = () => (
|
||||
|
||||
<section className="text-center p-3">
|
||||
<SectionIntro intro="Clients" headline="With ambitious projects comes great responsibility" text="We think big, design smart and develop fast for all projects and teams. Currently we’re serving everything from global leaders to startups and we tailor our processes based on your scale and needs. We have helped some of the worlds leading enterprises and businesses bring ideas to life and we’re really interested in hearing what we can help you with" />
|
||||
<div className="lg:flex items-center">
|
||||
<img src={LogoIBM} alt="IBM Logo" />
|
||||
<img src={LogoRicoh} alt="Ricoh Logo" />
|
||||
<img src={LogoKinnarps} alt="Kinnarps Logo" />
|
||||
<img src={LogoCoor} alt="Coor Logo" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="text-center p-3">
|
||||
|
||||
Reference in New Issue
Block a user