Changed favicon and strings
This commit is contained in:
@@ -31,15 +31,15 @@ const IndexPage = ({ ...props }) => (
|
||||
<PageTransition>
|
||||
<SEO
|
||||
siteTitle="Saburly - Digital agency that makes you stand out"
|
||||
siteDescription="We're in the business of solving real-world problems with digital solutions. Our mission is to make you stand out with the help of modern technologies"
|
||||
siteDescription="We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out with the help of modern technologies"
|
||||
siteUrl="https://saburly.com"
|
||||
/>
|
||||
<PageIntro
|
||||
text="We're in the business of solving real-world problems with digital solutions. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
|
||||
text="We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out and gain competitive advantages with the help of modern technologies."
|
||||
image={ImgIntro}
|
||||
imgClasses="-mb-20 p-2 md:p-8"
|
||||
>
|
||||
<h2 className="my-4 text-3xl xsm:text-4xl text-black md:text-5xl">
|
||||
<h1 className="my-4 text-3xl xsm:text-4xl text-black md:text-5xl">
|
||||
We{' '}
|
||||
<Typed
|
||||
strings={['imagine', 'design', 'develop', 'maintain']}
|
||||
@@ -49,14 +49,14 @@ const IndexPage = ({ ...props }) => (
|
||||
loop
|
||||
/>
|
||||
great<br />digital experiences
|
||||
</h2>
|
||||
</h1>
|
||||
</PageIntro>
|
||||
|
||||
<main>
|
||||
<section className="container mx-auto max-w-lg text-center mt-16 p-4">
|
||||
<SectionIntro
|
||||
classes="my-10"
|
||||
h2Classes="text-3xl xsm:text-4xl sm:text-6xl"
|
||||
h2Classes="text-3xl xsm:text-4xl sm:text-6xl font-black"
|
||||
headline="Because beautiful code makes our heart pound"
|
||||
text="What gets us going is our passion for cutting edge technologies and incredible user experiences. Our developers deliver custom end-to-end software solutions daily and can even help you with initial analysis, architecture design, testing and deployments."
|
||||
/>
|
||||
@@ -65,7 +65,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<section className="relative">
|
||||
<Service
|
||||
classes="py-8"
|
||||
h2Classes="text-2xl xsm:text-3xl font-medium saburly-color"
|
||||
h2Classes="text-2xl xsm:text-3xl saburly-color"
|
||||
img={ImgDesign}
|
||||
title="User Experience Design"
|
||||
text="Our approach is simple: focus on how users might use the product in the best ways possible. We offer UX and UI design services for all screens and devices. The solutions are usually shaped through iterative processes of research, prototyping and testing."
|
||||
@@ -74,7 +74,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<Service
|
||||
reversed
|
||||
classes="py-8"
|
||||
h2Classes="text-2xl xsm:text-3xl font-medium saburly-color"
|
||||
h2Classes="text-2xl xsm:text-3xl saburly-color"
|
||||
img={ImgFullstack}
|
||||
title="Full-Stack Development"
|
||||
text="We love modern web development. Our talented developers work with both client-side and server-side technologies are always up to speed with cutting edge trends. We deliver high-quality, maintainable code on time and know how to balance between cost, time and quality."
|
||||
@@ -84,7 +84,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<Service
|
||||
img={ImgMobile}
|
||||
classes="py-8"
|
||||
h2Classes="text-2xl xsm:text-3xl font-medium saburly-color"
|
||||
h2Classes="text-2xl xsm:text-3xl saburly-color"
|
||||
imgClasses="max-h-sm"
|
||||
title="Mobile App Development"
|
||||
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."
|
||||
@@ -96,7 +96,7 @@ const IndexPage = ({ ...props }) => (
|
||||
<SectionIntro
|
||||
h2Classes="text-3xl xsm:text-4xl sm:text-5xl"
|
||||
headline="You'll be in great company"
|
||||
text="By thinking big, designing smart and developing fast, we're helping organizations of various sizes bring life to ideas. We're now eager to hear what challenges you have for us."
|
||||
text="By thinking big, designing smart and developing fast, we are helping organizations of various sizes bring life to ideas. We are now eager to hear what challenges you have for us."
|
||||
/>
|
||||
<div className="p-4 sm:flex flex-wrap items-center max-w-full justify-around">
|
||||
<div className="sm:w-1/2 md:w-1/6 p-2">
|
||||
|
||||
Reference in New Issue
Block a user