Redesigned illustrations and style changes
This commit is contained in:
@@ -6,11 +6,10 @@ import SectionIntro from '../components/SectionIntro'
|
||||
import WorkStyle from '../components/WorkStyle'
|
||||
import Technologies from '../components/Technologies'
|
||||
|
||||
import FullstackDev from '../images/fullstack-web-development.svg'
|
||||
import IntroImage from '../images/saburly-web-agency-group.jpg'
|
||||
import WebdevServices from '../images/web-development-agency.svg'
|
||||
import UXdesign from '../images/ux-ui-design-services.svg'
|
||||
import HowWeWork from '../images/how-we-work.svg'
|
||||
import WebdevServices from '../images/custom-software-development.svg'
|
||||
import UXdesign from '../images/user-experience-design-services.svg'
|
||||
import HowWeWork from '../images/flexible-workflow.svg'
|
||||
|
||||
const ServicesPage = () => (
|
||||
<div>
|
||||
@@ -26,7 +25,7 @@ const ServicesPage = () => (
|
||||
<div className="lg:flex">
|
||||
<img
|
||||
src={UXdesign}
|
||||
className="hidden lg:block -mt-12"
|
||||
className="hidden md:mr-8 lg:block -mt-12"
|
||||
alt="User Experience Design Agency"
|
||||
/>
|
||||
<SectionIntro
|
||||
@@ -136,7 +135,7 @@ const ServicesPage = () => (
|
||||
</section>
|
||||
|
||||
<div className="px-4 py-16 bg-saburly-fadeout">
|
||||
<div className="container mx-auto lg:flex">
|
||||
<div className="container mx-auto lg:flex justify-center items-center">
|
||||
<SectionIntro
|
||||
headline="Flexible Workflow"
|
||||
text="We are helping everything from Fortune 500 companies to startups
|
||||
@@ -146,7 +145,7 @@ const ServicesPage = () => (
|
||||
value and meets your specific business requirements"
|
||||
classes="container mx-auto"
|
||||
/>
|
||||
<img src={HowWeWork} className="lg:-mt-12" alt="DevOps Agency" />
|
||||
<img src={HowWeWork} className="-mb-16" alt="DevOps Agency" />
|
||||
</div>
|
||||
<WorkStyle />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user