Remove Stockholm office & update some images
This commit is contained in:
@@ -7,7 +7,6 @@ import SEO from '../components/SEO'
|
||||
|
||||
import ContactImage from '../images/saburly-web-agency.jpg'
|
||||
import Sarajevo from '../images/sarajevo-web-agency.jpg'
|
||||
import Stockholm from '../images/stockholm-web-agency.jpg'
|
||||
import FormImage from '../images/best-web-development-sweden.svg'
|
||||
|
||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
||||
@@ -29,42 +28,7 @@ const ContactPage = () => (
|
||||
/>
|
||||
|
||||
<section className="my-20 container mx-auto w-full md:flex w-full">
|
||||
<div className="p-2">
|
||||
<Card team teamMember={Stockholm} title="OFFICE IN STOCKHOLM">
|
||||
<div className="xsm:flex text-left justify-around text-black text-base p-4">
|
||||
<div className="py-2">
|
||||
<h4 className="text-black">Adress</h4>
|
||||
<p className="text-black-light font-serif">
|
||||
Saburly AB <br />
|
||||
Vretenvägen 13 <br />
|
||||
171 54 Solna <br />
|
||||
Sweden <br />
|
||||
</p>
|
||||
</div>
|
||||
<div className="py-2">
|
||||
<h4 className="text-black">Contact</h4>
|
||||
<p className="font-serif text-black-light">
|
||||
Phone:{' '}
|
||||
<a
|
||||
className="saburly-color hover:text-purple-light no-underline"
|
||||
href="tel:+46760477717"
|
||||
>
|
||||
+46760477717
|
||||
</a>
|
||||
<br />
|
||||
E-mail:{' '}
|
||||
<a
|
||||
className="saburly-color hover:text-purple-light no-underline"
|
||||
href="mailto:sweden@saburly.com"
|
||||
>
|
||||
sweden@saburly.com
|
||||
</a>{' '}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
<div className="p-2">
|
||||
<div className="p-2 sarajevo-office">
|
||||
<Card team teamMember={Sarajevo} title="OFFICE IN SARAJEVO">
|
||||
<div className="xsm:flex text-left justify-around text-base p-4">
|
||||
<div className="py-2">
|
||||
@@ -90,9 +54,9 @@ const ContactPage = () => (
|
||||
E-mail:{' '}
|
||||
<a
|
||||
className="saburly-color hover:text-purple-light no-underline"
|
||||
href="mailto:bosnia@saburly.com"
|
||||
href="mailto:info@saburly.com"
|
||||
>
|
||||
bosnia@saburly.com
|
||||
info@saburly.com
|
||||
</a>{' '}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user