2018-06-27 16:36:45 +02:00
import React from 'react'
2018-07-09 20:53:11 +02:00
import Link from 'gatsby-link'
2018-06-27 16:36:45 +02:00
2018-07-07 00:28:15 +02:00
import PageIntro from '../components/PageIntro'
import SectionIntro from '../components/SectionIntro'
2018-07-09 12:45:39 +02:00
import WorkStyle from '../components/WorkStyle'
2018-07-09 19:30:46 +02:00
import Technologies from '../components/Technologies'
2018-07-07 00:28:15 +02:00
2018-08-08 01:12:04 +02:00
import FullstackDev from '../images/fullstack-web-development.svg'
2018-08-08 12:34:02 +02:00
import WebdevServices from '../images/web-development-services.svg'
import UXdesign from '../images/ux-ui-design-services.svg'
2018-08-08 01:12:04 +02:00
2018-06-27 16:36:45 +02:00
const ServicesPage = ( ) => (
< div >
2018-07-07 01:15:48 +02:00
< PageIntro
2018-08-08 12:34:02 +02:00
button
buttonText = "Let's Connect"
url = "/contact"
buttonClasses = "text-white font-normal shadow hover:shadow-md rounded-full mt-4 font-light bg-teal hover:bg-teal-dark mb-20"
intro = "What We Do"
headline = "Agile Practitioners"
text = "At Saburly we embrace Agile’ s methodologies for every project and business environment, no matter the size, scale, or complexity. Our flexible processes ensure high productivity and we know how to balance between cost, time and quality."
sectionClasses = "pt-10"
image = { WebdevServices }
imgClasses = "-mb-16 md:-mt-6"
2018-07-07 01:15:48 +02:00
/ >
2018-07-07 00:28:15 +02:00
2018-08-08 12:34:02 +02:00
< section className = "relative" >
< div className = "container mx-auto" >
< SectionIntro
classes = "text-center"
headline = "Full-stack software development"
/ >
< div className = "flex" >
< img
src = { FullstackDev }
className = "w-full md:max-w-md mx-auto text-center content-center align-center p-8 -mb-16"
alt = "Fullstack Web Development Agency"
/ >
< div >
< div className = "border rounded p-4 my-4" >
< h3 className = "opacity-30" > Web Development < / h 3 >
< p className = "font-light leading-normal opacity-70 mt-4" >
We offer full - cycle web development services for the connected
world . Our talented developers work with popular languages and
are up to speed with cutting edge trends . The solutions provided
are both for custom web development solutions and extensions for
third party solutions .
< / p >
< / d i v >
< div className = "border rounded p-4 my-4" >
< h3 className = "opacity-30" > Mobile & Desktop applications < / h 3 >
< p className = "font-light leading-normal opacity-70 mt-4" >
Building competitive applications these days is challenging , but
we believe that we have what it takes for both native languages
and hybrid solutions . Native mobile solutions for iOS are built
with Swift & Objective - C and Android solutions are built with
Java & Kotlin . We love using technologies like React Native and
Electron to build cross - platform apps .
< / p >
< / d i v >
< div className = "border rounded p-4 my-4" >
< h3 className = "opacity-30" > AI & Blockchain < / h 3 >
< p className = "font-light leading-normal opacity-70 mt-4" >
Building competitive applications these days is challenging , but
we believe that we have what it takes for both native languages
and hybrid solutions . Native mobile solutions for iOS are built
with Swift & Objective - C and Android solutions are built with
Java & Kotlin . We love using technologies like React Native and
Electron to build cross - platform apps .
< / p >
< / d i v >
< / d i v >
< / d i v >
< div className = "border rounded p-4 my-4" >
< h3 className = "opacity-30" > Technologies < / h 3 >
< p className = "font-light leading-normal opacity-70 mt-4" >
Keeping track of emerging technologies is important to us so that we
can deliver forward - thinking solutions , but we understand that
technologies as just tools . That 's why we' re keen on being framework
agnostic and selecting the best tools for your needs . Below are some
of the technologies that we ' re currently working with on a daily
basis .
< / p >
< Technologies / >
< / d i v >
< / d i v >
< / s e c t i o n >
2018-08-08 01:12:04 +02:00
2018-08-08 12:34:02 +02:00
< section className = "bg-saburly-fadeout-up" >
2018-08-08 01:12:04 +02:00
< div className = "container mx-auto" >
2018-08-08 12:34:02 +02:00
< div className = "md:flex" >
2018-08-08 01:12:04 +02:00
< SectionIntro
classes = "max-w-lg"
2018-08-08 12:34:02 +02:00
headline = "UX & UI Design"
text = " At Saburly , we offer consistent quality that extends to every section of the application development . All devices and screen sizes are welcome
here . "
2018-08-08 01:12:04 +02:00
>
< p className = "font-light leading-normal opacity-70 mt-4" >
2018-08-08 12:34:02 +02:00
Our approach is simple : focus on how users might use the product
in the best way possible . . The solutions are usually shaped
through iterative processes of research , prototyping and testing .
2018-08-08 01:12:04 +02:00
< / p >
< / S e c t i o n I n t r o >
2018-08-08 12:34:02 +02:00
< img src = { UXdesign } alt = "User Experience Design Agency" / >
2018-08-08 01:12:04 +02:00
< / d i v >
2018-07-09 17:45:01 +02:00
< / d i v >
2018-07-09 20:53:11 +02:00
< / s e c t i o n >
2018-07-07 00:28:15 +02:00
2018-08-08 12:34:02 +02:00
< div className = "bg-saburly-fadeout-up p-4" >
2018-07-09 20:53:11 +02:00
< section className = "container mx-auto mt-8 max-w-lg text-center" >
2018-07-09 14:08:05 +02:00
< SectionIntro
headline = "How We Work"
2018-08-06 00:12:09 +02:00
text = "We are helping everything from Fortune 500 companies to startups and tailor our processes based on your scale and needs. We collaborate closely with our clients at each step of the development process and make sure that the solutions deliver great value and meets your specific business requirements"
2018-07-09 14:08:05 +02:00
/ >
< / s e c t i o n >
< WorkStyle / >
< / d i v >
2018-06-27 16:36:45 +02:00
< / d i v >
)
export default ServicesPage