Changed illustrations and styling
This commit is contained in:
@@ -26,7 +26,7 @@ const PageIntro = ({ ...props }) => (
|
|||||||
{props.image && (
|
{props.image && (
|
||||||
<img
|
<img
|
||||||
src={props.image}
|
src={props.image}
|
||||||
className={`${props.imgClasses} md:max-w-md z-10`}
|
className={`${props.imgClasses} md:max-w-md p-8 z-10`}
|
||||||
alt="Software Development Agency"
|
alt="Software Development Agency"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 152 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 46 KiB |
@@ -8,7 +8,7 @@ import PageIntro from '../components/PageIntro'
|
|||||||
import InfoBox from '../components/InfoBox'
|
import InfoBox from '../components/InfoBox'
|
||||||
import Technologies from '../components/Technologies'
|
import Technologies from '../components/Technologies'
|
||||||
|
|
||||||
import ImgIntro from '../images/web-development-company.svg'
|
import ImgIntro from '../images/web-development-agency.svg'
|
||||||
import ImgDesign from '../images/ux-ui-design-company.svg'
|
import ImgDesign from '../images/ux-ui-design-company.svg'
|
||||||
import ImgFullstack from '../images/fullstack-web-development-company.svg'
|
import ImgFullstack from '../images/fullstack-web-development-company.svg'
|
||||||
import ImgMobile from '../images/mobile-development-company.svg'
|
import ImgMobile from '../images/mobile-development-company.svg'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import WorkStyle from '../components/WorkStyle'
|
|||||||
import Technologies from '../components/Technologies'
|
import Technologies from '../components/Technologies'
|
||||||
|
|
||||||
import FullstackDev from '../images/fullstack-web-development.svg'
|
import FullstackDev from '../images/fullstack-web-development.svg'
|
||||||
import WebdevServices from '../images/web-development-services-company.svg'
|
import WebdevServices from '../images/web-development-services.svg'
|
||||||
import UXdesign from '../images/ux-ui-design-services.svg'
|
import UXdesign from '../images/ux-ui-design-services.svg'
|
||||||
import HowWeWork from '../images/how-we-work.svg'
|
import HowWeWork from '../images/how-we-work.svg'
|
||||||
|
|
||||||
@@ -25,9 +25,14 @@ const ServicesPage = () => (
|
|||||||
image={WebdevServices}
|
image={WebdevServices}
|
||||||
imgClasses="-mb-16 md:-mt-6"
|
imgClasses="-mb-16 md:-mt-6"
|
||||||
/>
|
/>
|
||||||
<section className="py-16">
|
<section className="px-4 py-16">
|
||||||
<div className="container mx-auto">
|
<div className="container mx-auto">
|
||||||
<div className="lg:flex">
|
<div className="lg:flex">
|
||||||
|
<img
|
||||||
|
src={UXdesign}
|
||||||
|
className="-mt-12"
|
||||||
|
alt="User Experience Design Agency"
|
||||||
|
/>
|
||||||
<SectionIntro
|
<SectionIntro
|
||||||
classes="max-w-lg"
|
classes="max-w-lg"
|
||||||
headline="Design services"
|
headline="Design services"
|
||||||
@@ -61,16 +66,11 @@ const ServicesPage = () => (
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</SectionIntro>
|
</SectionIntro>
|
||||||
<img
|
|
||||||
src={UXdesign}
|
|
||||||
className="-mt-12"
|
|
||||||
alt="User Experience Design Agency"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="relative bg-saburly-lighter py-16">
|
<section className="bg-saburly relative bg-saburly-lighter px-4 py-16">
|
||||||
<div className="container mx-auto">
|
<div className="container mx-auto">
|
||||||
<div className="lg:flex">
|
<div className="lg:flex">
|
||||||
<img
|
<img
|
||||||
@@ -132,7 +132,7 @@ const ServicesPage = () => (
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div className="py-16 bg-saburly-fadeout">
|
<div className="px-4 py-16 bg-saburly-fadeout">
|
||||||
<div className="container mx-auto lg:flex">
|
<div className="container mx-auto lg:flex">
|
||||||
<SectionIntro
|
<SectionIntro
|
||||||
headline="Flexible Workflow"
|
headline="Flexible Workflow"
|
||||||
|
|||||||
Reference in New Issue
Block a user