2018-06-25 10:53:58 +02:00
import React from 'react'
2018-07-01 11:25:08 +02:00
import SectionIntro from '../components/SectionIntro'
2018-06-30 15:28:45 +02:00
import InfoBox from '../components/InfoBox'
import Button from '../components/Button'
2018-07-01 11:56:57 +02:00
import Card from '../components/Card'
2018-07-04 11:24:50 +02:00
import Service from '../components/Service'
2018-07-01 11:25:08 +02:00
2018-07-03 10:52:51 +02:00
import ImgIntro from '../images/software-consulting.svg'
2018-07-04 11:24:50 +02:00
import ImgDesign from '../images/ux-ui-design-agency.svg'
import ImgFullstack from '../images/fullstack-web-development-agency.svg'
import ImgMobile from '../images/mobile-development-agency.svg'
2018-07-01 11:38:10 +02:00
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'
2018-06-27 17:29:39 +02:00
2018-06-25 10:53:58 +02:00
const IndexPage = ( ) => (
2018-07-04 10:03:22 +02:00
< main >
< section className = "bg-saburly-indigo relative" >
2018-07-03 10:52:51 +02:00
< div className = "container mx-auto flex lg:flex-row flex-col flex-col-reverse lg:p-4" >
< div className = "text-center lg:text-left lg:mt-4" >
2018-07-04 10:03:22 +02:00
< SectionIntro
light
intro = "Welcome To Saburly"
classes = "lg:text-left content-center"
headline = "We build the right software for your needs"
text = "We are a team of creative, open minded, skilled and passionate engineers that ship success every day."
/ >
< Button
filled
text = "Let's Build Together"
url = "/proposal"
classes = "shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20"
/ >
2018-07-03 10:52:51 +02:00
< / d i v >
2018-07-04 10:03:22 +02:00
< img
src = { ImgIntro }
className = "lg:-mt-4 z-10"
alt = "Software Development Agency"
/ >
2018-06-30 15:28:45 +02:00
< / d i v >
2018-07-04 10:03:22 +02:00
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 1400.8 96.4" >
< title > bg - saburly - white < / t i t l e >
< path
d = "M417.7,96.4C655.2,93.3,743.6,0,983.1,0h417.7V96.4H417.7Z"
transform = "translate(0 0)"
style = { { fill : '#fff' } }
/ >
< / s v g >
2018-06-30 15:28:45 +02:00
< / s e c t i o n >
2018-07-04 20:49:13 +02:00
< section className = "text-center mt-12 mb-12 p-3" >
2018-07-04 10:03:22 +02:00
< SectionIntro
classes = "max-w-lg m-auto"
2018-07-04 11:24:50 +02:00
intro = "Services"
2018-07-04 10:03:22 +02:00
headline = "Because beautiful code makes our heart pound"
text = "We have a passion for great software and design with the help of modern technologies. Custom end-to-end solutions is our speciality and our skilled team can even help you with initial analysis, architecture design, testing and deployments"
/ >
2018-06-30 15:28:45 +02:00
< / s e c t i o n >
2018-07-04 11:24:50 +02:00
< section className = "bg-saburly-indigolight relative" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 1400.8 96.4" >
< title > bg - saburly - white < / t i t l e >
< path
d = "M417.7,96.4C655.2,93.3,743.6,0,983.1,0h417.7V96.4H417.7Z"
transform = "translate(0 0)"
style = { { fill : '#fff' } }
2018-07-04 10:03:22 +02:00
/ >
2018-07-04 11:24:50 +02:00
< / s v g >
2018-07-01 12:07:06 +02:00
2018-07-04 20:37:35 +02:00
< Service
img = { ImgDesign }
title = "UX & UI Design"
text = "Our approach is simple: focus on how people will actually use the products. We offer prototyping, UI and UX design for web and mobile products. We shape UX through research, data & content analysis"
/ >
2018-07-01 12:07:06 +02:00
2018-07-04 20:37:35 +02:00
< Service
img = { ImgFullstack }
title = "Fullstack Web Development"
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"
/ >
2018-07-04 11:24:50 +02:00
2018-07-04 20:37:35 +02:00
< Service
img = { ImgMobile }
imgClasses = "max-h-sm"
title = "Mobile 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"
/ >
2018-07-01 12:07:06 +02:00
2018-07-04 20:37:35 +02:00
< div className = "p-8 text-center lg:flex justify-center" >
2018-07-04 10:03:22 +02:00
< Button
standard
text = "More About What We Do"
url = "/services"
2018-07-04 20:49:13 +02:00
classes = "m-1 rounded-full text-grey-darker hover:shadow"
2018-07-04 10:03:22 +02:00
/ >
< Button
standard
text = "How We Work"
2018-07-04 20:49:13 +02:00
url = "/how-we-work"
classes = "m-1 rounded-full text-grey-darker hover:shadow"
2018-07-04 10:03:22 +02:00
/ >
< / d i v >
< / s e c t i o n >
2018-06-30 15:28:45 +02:00
2018-07-04 20:49:13 +02:00
< section className = "text-center p-3 mt-8" >
2018-07-04 10:03:22 +02:00
< SectionIntro
2018-07-04 20:49:13 +02:00
classes = "max-w-lg m-auto"
2018-07-04 10:03:22 +02:00
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"
/ >
2018-07-04 20:49:13 +02:00
< div className = "p-4 lg:flex items-center max-w-full justify-center" >
< img src = { LogoIBM } className = "client-logo p-1" alt = "IBM Logo" / >
< img src = { LogoRicoh } className = "client-logo p-1" alt = "Ricoh Logo" / >
< img src = { LogoCoor } className = "client-logo p-1" alt = "Coor Logo" / >
< img
src = { LogoKinnarps }
className = "client-logo p-1"
alt = "Kinnarps Logo"
/ >
2018-07-01 11:38:10 +02:00
< / d i v >
2018-07-01 11:56:57 +02:00
2018-07-04 10:03:22 +02:00
< Button
filled
text = "Let's Build Together"
url = "/proposal"
2018-07-04 20:49:13 +02:00
classes = "shadow-md hover:shadow-lg rounded-full mt-4 font-light btn-saburly-green mb-20"
2018-07-04 10:03:22 +02:00
/ >
2018-06-30 15:28:45 +02:00
< / s e c t i o n >
< section className = "text-center p-3" >
2018-07-04 10:03:22 +02:00
< SectionIntro
intro = "Blog & Social Media"
headline = "But occasionally we find the time to have fun and publish stuff"
/ >
2018-07-05 07:14:42 +02:00
< div className = "lg:flex justify-center mt-8" >
2018-07-01 11:56:57 +02:00
< Card / >
< Card / >
< Card / >
< / d i v >
< Button filled text = "More Posts" url = "/blog" classes = "rounded-full" / >
2018-06-30 15:28:45 +02:00
< / s e c t i o n >
2018-07-04 10:03:22 +02:00
< / m a i n >
2018-06-25 10:53:58 +02:00
)
export default IndexPage