Add robots package and stylistic tweaks
This commit is contained in:
@@ -38,8 +38,8 @@ const ServicesPage = () => (
|
||||
/>
|
||||
|
||||
<SectionIntro
|
||||
h2Classes="text-4xl md:text-5xl saburly-color font-light"
|
||||
classes="my-20 max-w-lg"
|
||||
h2Classes="text-3xl md:text-5xl saburly-color font-light"
|
||||
classes="lg:my-20 max-w-lg"
|
||||
headline="Design services"
|
||||
text="We offer consistent quality design that extends to every section of the application development. Our approach is simple: focus on how users might use the product
|
||||
in the best way possible. The solutions are usually shaped
|
||||
@@ -54,7 +54,7 @@ const ServicesPage = () => (
|
||||
/>
|
||||
|
||||
<div className="my-6">
|
||||
<h3 className="font-light my-1 text-3xl font-light">
|
||||
<h3 className="font-medium lg:font-light my-1 text-xl md:text-3xl font-light">
|
||||
Conceptualization & Branding
|
||||
</h3>
|
||||
<p className="font-light leading-normal text-black-light text-lg">
|
||||
@@ -66,7 +66,7 @@ const ServicesPage = () => (
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-6">
|
||||
<h3 className="text-black font-light my-1 text-3xl font-light">
|
||||
<h3 className="text-black font-medium lg:font-light my-1 text-xl md:text-3xl font-light">
|
||||
UX & UI Design
|
||||
</h3>
|
||||
<p className="font-light leading-normal text-black-light text-lg">
|
||||
@@ -91,7 +91,7 @@ const ServicesPage = () => (
|
||||
<div className="lg:flex">
|
||||
<div>
|
||||
<SectionIntro
|
||||
h2Classes="font-light saburly-color text-4xl md:text-5xl"
|
||||
h2Classes="font-light saburly-color text-3xl md:text-5xl"
|
||||
headline="Software development"
|
||||
text="From infrastructure to AI, we develop data-driven Full-Stack applications for both custom software and third party solutions."
|
||||
/>
|
||||
@@ -101,7 +101,7 @@ const ServicesPage = () => (
|
||||
alt="Fullstack Web Development Agency"
|
||||
/>
|
||||
<div className="my-6">
|
||||
<h3 className="my-1 text-black font-light text-3xl">
|
||||
<h3 className="my-1 text-black font-medium lg:font-light text-xl md:text-3xl">
|
||||
Web development
|
||||
</h3>
|
||||
<p className="font-light leading-normal text-lg text-black-light">
|
||||
@@ -111,7 +111,7 @@ const ServicesPage = () => (
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-6">
|
||||
<h3 className="my-1 text-black font-light text-3xl">
|
||||
<h3 className="my-1 text-black font-medium lg:font-light text-xl md:text-3xl">
|
||||
Mobile & desktop apps
|
||||
</h3>
|
||||
<p className="font-light leading-normal text-lg text-black-light">
|
||||
@@ -122,7 +122,9 @@ const ServicesPage = () => (
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-6">
|
||||
<h3 className="my-1 text-black text-3xl font-light">DevOps</h3>
|
||||
<h3 className="my-1 text-black font-medium lg:font-light text-xl md:text-3xl font-light">
|
||||
DevOps
|
||||
</h3>
|
||||
<p className="font-light leading-normal text-black-light text-lg">
|
||||
Our DevOps experience comes from working with leading hosting
|
||||
providers such as AWS and Google Cloud Platform. We offer
|
||||
@@ -164,7 +166,7 @@ const ServicesPage = () => (
|
||||
<div className="px-4 py-16 bg-saburly-fadeout">
|
||||
<div className="container mx-auto xl:flex justify-center items-center">
|
||||
<SectionIntro
|
||||
h2Classes="text-5xl saburly-color font-light"
|
||||
h2Classes="text-3xl md:text-5xl saburly-color font-light"
|
||||
headline="Flexible Workflow"
|
||||
text="We are helping everything from Fortune 500 companies to startups
|
||||
and tailor our processes based on your scale and needs. "
|
||||
|
||||
Reference in New Issue
Block a user