Updating all illustrations on first page and design changes
This commit is contained in:
@@ -9,10 +9,10 @@ import InfoBox from '../components/InfoBox'
|
||||
import Technologies from '../components/Technologies'
|
||||
import Typed from 'react-typed'
|
||||
|
||||
import ImgIntro from '../images/web-development-services-agency.svg'
|
||||
import ImgDesign from '../images/ux-ui-design-company.svg'
|
||||
import ImgFullstack from '../images/fullstack-web-development-company.svg'
|
||||
import ImgMobile from '../images/mobile-development-company.svg'
|
||||
import ImgIntro from '../images/web-development-company.svg'
|
||||
import ImgDesign from '../images/user-experience-design-agency.svg'
|
||||
import ImgFullstack from '../images/fullstack-web-development-agency.svg'
|
||||
import ImgMobile from '../images/mobile-app-development-company.svg'
|
||||
import ServicesBg from '../images/services-background.svg'
|
||||
|
||||
import LogoIBM from '../images/logo-ibm-color.svg'
|
||||
@@ -25,7 +25,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<PageIntro
|
||||
text="We're a team of experienced, creative and passionate engineers and designers. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
|
||||
image={ImgIntro}
|
||||
imgClasses="-mb-20"
|
||||
imgClasses="-mb-20 p-2 md:p-8"
|
||||
>
|
||||
<h2 className="text-black pt-1 pb-2">
|
||||
We{' '}
|
||||
@@ -41,7 +41,7 @@ const IndexPage = ({ ...props }) => (
|
||||
</PageIntro>
|
||||
|
||||
<main>
|
||||
<section className="container mx-auto max-w-lg text-center my-12 p-4">
|
||||
<section className="container mx-auto max-w-lg text-center mt-16 p-4">
|
||||
<SectionIntro
|
||||
headline="Because beautiful code makes our heart pound"
|
||||
text="We have a deep passion for cutting edge technologies and incredible user experiences. Our experienced engineers deliver custom end-to-end software solutions daily and can even help you with initial analysis, architecture design, testing and deployments."
|
||||
@@ -60,7 +60,7 @@ const IndexPage = ({ ...props }) => (
|
||||
img={ImgFullstack}
|
||||
title="Full-Stack Web Development"
|
||||
text="We are experts in modern web development using both client-side and server-side technologies. Our talented developers work with popular languages and are always up to speed on the cutting edge trends in web application development. We deliver high-quality, maintainable code on time and know how to balance between cost, time and quality."
|
||||
imgClasses="-ml-12"
|
||||
imgClasses=""
|
||||
/>
|
||||
|
||||
<Service
|
||||
|
||||
Reference in New Issue
Block a user