Change text on landing page

This commit is contained in:
Moris Zen
2018-07-07 11:56:21 +02:00
parent 945c93027d
commit 9a67af5e91

View File

@@ -5,6 +5,7 @@ import Button from '../components/Button'
import Card from '../components/Card'
import Service from '../components/Service'
import PageIntro from '../components/PageIntro'
import InfoBox from '../components/InfoBox'
import ImgIntro from '../images/software-consulting.svg'
import ImgDesign from '../images/ux-ui-design-agency.svg'
@@ -29,11 +30,11 @@ const IndexPage = ({ ...props }) => (
/>
<main>
<section className="container mx-auto text-center my-12 p-4">
<section className="container mx-auto max-w-lg text-center my-12 p-4">
<SectionIntro
intro="Services"
headline="Because beautiful code makes our heart pound"
text="We have a passion for great software and design with the help of modern technologies. Our speciality is custom end-to-end solutions and our skilled team can even help you with initial analysis, architecture design, testing and deployments"
headline="Because great code makes our heart pound"
text="We have a deep passion for cutting edge software with an incredible user experience. We create custom end-to-end solutions that will make you stand out. Our skilled team can even help you with initial analysis, architecture design, testing and deployments"
/>
</section>
@@ -60,10 +61,22 @@ const IndexPage = ({ ...props }) => (
text="We build web applications using the technologies such as JavaScript, React, Ruby on Rails, Python, Node.js, and Elixir. We write high-quality code that is maintainable and will stand the test of time"
/>
<InfoBox
classes="bg-white p-8 shadow md:m-0 opacity-70 md:max-w-sm"
headline="Blockchain"
text="Info..."
/>
<InfoBox
classes="bg-white p-8 shadow md:m-0 opacity-70 md:max-w-sm"
headline="AI & Automation"
text="Info..."
/>
<Service
img={ImgMobile}
imgClasses="max-h-sm"
title="Mobile Development"
title="Mobile App Development"
text="We develop for both iOS and Android. For iOS we use Swift and Objective-C. Android applications are built in Java and Kotlin. We also enjoy working with React Native technology because it allows writing native apps for both platform at once"
/>