Style for services page and text changes

This commit is contained in:
Moris Zen
2018-07-09 17:14:42 +02:00
parent 4583f65538
commit e147553ed6
4 changed files with 54 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ const IndexPage = ({ ...props }) => (
<main>
<section className="container mx-auto max-w-lg text-center my-12 p-4">
<SectionIntro
intro="We do this"
intro="What We Offer"
headline="Because great code makes our heart pound"
text="We have a deep passion for cutting edge technologies and incredible user experiences. We create custom end-to-end solutions that will make you stand out. Our experienced tech leads can even help you with initial analysis, architecture design, testing and deployments"
/>
@@ -52,7 +52,7 @@ const IndexPage = ({ ...props }) => (
<Service
img={ImgFullstack}
title="Full-Stack Web Development"
text="At Saburly, we are experts in web development services 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."
text="At Saburly, 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."
/>
<Service
@@ -60,7 +60,7 @@ const IndexPage = ({ ...props }) => (
img={ImgMobile}
imgClasses="max-h-sm"
title="Mobile App Development"
text="We have the necessary skillset to develop iOS and Android applications using both native languages and hybrid solutions. Solutions for iOS are built with Swift & Objective-C and Android solutions are built with Java & Kotlin. We love using technologies like React Native to build cross-platform native apps."
text="We have what it takes to develop competitive iOS and Android applications using both native languages and hybrid solutions. Solutions for iOS are built with Swift & Objective-C and Android solutions are built with Java & Kotlin. We love using technologies like React Native to build cross-platform native apps."
/>
<Service
@@ -72,7 +72,7 @@ const IndexPage = ({ ...props }) => (
<div className="py-8 text-center lg:flex justify-center">
<Button
standard
text="More About What We Do"
text="More About The Services We Provide"
url="/services"
classes="m-1 rounded-full hover:shadow-md text-grey-darker hover:shadow"
/>