Changing services info and fetching posts from saburly blog
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-source-wordpress',
|
||||
options: {
|
||||
baseUrl: 'swp.sarajevo.net',
|
||||
baseUrl: 'saburly.blog',
|
||||
protocol: 'https',
|
||||
hostingWPCOM: false,
|
||||
useACF: true,
|
||||
|
||||
@@ -14,44 +14,49 @@ const ServicesPage = () => (
|
||||
/>
|
||||
|
||||
<section className="container max-w-lg mx-auto my-12 p-4">
|
||||
<SectionIntro classes="text-center mb-8" headline="Software Development Services" text="We have experiences with a wide variety of industries and are always keeping track of emerging technologies so that we can deliver forward-thinking solutions. Our developers are handpicked with care to ensure that we always deliver top-notch software quality. With our agile development process we can ensure high productivity and know how to balance between cost, time and quality." />
|
||||
|
||||
<SectionIntro
|
||||
classes="text-center mb-8"
|
||||
headline="Software Development Services"
|
||||
text="We have experiences with a wide variety of industries and are always keeping track of emerging technologies so that we can deliver forward-thinking solutions. Our developers are handpicked with care to ensure that we always deliver top-notch software quality. With our agile development process we can ensure high productivity and know how to balance between cost, time and quality."
|
||||
/>
|
||||
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">Modern Web Development</h3>
|
||||
<p className="leading-normal">
|
||||
We offer full-cycle web development services for the connected world. Our talented developers work with popular languages and are always up to speed with cutting edge trends in web development. We provide services for both custom web development solutions and extensions for third party solutions.
|
||||
</p>
|
||||
</div>
|
||||
<h3 className="text-l my-2">Modern Web Development</h3>
|
||||
<p className="leading-normal">
|
||||
We offer full-cycle web development services for the connected world.
|
||||
Our talented developers work with popular languages and are always up
|
||||
to speed with cutting edge trends in web development. We provide
|
||||
services for both custom web development solutions and extensions for
|
||||
third party solutions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">Mobile App Development</h3>
|
||||
<p className="leading-normal">
|
||||
Info...
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">Mobile App Development</h3>
|
||||
<p className="leading-normal">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">AI & Automation</h3>
|
||||
<p className="leading-normal">
|
||||
Info...
|
||||
</p>
|
||||
</div>
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">UX & UI Design</h3>
|
||||
<p className="leading-normal">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">Blockchain & Distributed Applications</h3>
|
||||
<p className="leading-normal">
|
||||
Info...
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="my-4 mx-auto border shadow-md p-6 rounded">
|
||||
<h3 className="text-l my-2">UX & UI Design</h3>
|
||||
<p className="leading-normal">
|
||||
Info...
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<SectionIntro classes="text-center my-12" headline="Technologies" text="We understand that technologies are just tools and select the appropriate tool for your needs. These are the technologies that we're currently working with on a daily basis." />
|
||||
<SectionIntro
|
||||
classes="text-center my-12"
|
||||
headline="Technologies"
|
||||
text="We understand that technologies are just tools and select the appropriate tool for your needs. These are the technologies that we're currently working with on a daily basis."
|
||||
/>
|
||||
</section>
|
||||
|
||||
<div className="bg-grey-lighter p-10">
|
||||
|
||||
Reference in New Issue
Block a user