Restructuring and styling services page
This commit is contained in:
@@ -50,25 +50,25 @@ const IndexPage = ({ ...props }) => (
|
||||
</svg>
|
||||
|
||||
<Service
|
||||
img={ImgDesign}
|
||||
title="User Experience Design"
|
||||
text="Our approach is simple: focus on how users might use the product in the best way possible. We offer UX and interface design for all screens and devices. The solutions are usually shaped through iterative processes of research, prototyping and testing."
|
||||
/>
|
||||
|
||||
<Service
|
||||
reversed
|
||||
img={ImgFullstack}
|
||||
title="Fullstack Web Development"
|
||||
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."
|
||||
/>
|
||||
|
||||
<Service
|
||||
reversed
|
||||
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."
|
||||
/>
|
||||
|
||||
<Service
|
||||
img={ImgDesign}
|
||||
title="User Experience Design"
|
||||
text="Our approach is simple: focus on how users might use the product in the best way possible. We offer UX and interface design for all screens and devices. The solutions are usually shaped through iterative processes of research, prototyping and testing."
|
||||
/>
|
||||
|
||||
<div className="py-8 text-center lg:flex justify-center">
|
||||
<Button
|
||||
standard
|
||||
|
||||
Reference in New Issue
Block a user