2018-06-27 16:36:45 +02:00
import React from 'react'
2018-08-23 01:25:02 +02:00
import SectionIntro from '../components/SectionIntro'
2018-07-07 01:04:02 +02:00
import PageIntro from '../components/PageIntro'
2018-08-23 01:25:02 +02:00
import ContactImage from '../images/contact-web-agency.svg'
import Sarajevo from '../images/sarajevo-web-agency.jpg'
import Stockholm from '../images/stockholm-web-agency.jpg'
import FormImage from '../images/contact-web-consultancy.svg'
2018-06-30 15:04:24 +02:00
const ContactPage = ( ) => (
2018-06-27 16:36:45 +02:00
< div >
2018-08-01 22:33:10 +02:00
< PageIntro
intro = "Contact"
2018-08-23 01:25:02 +02:00
headline = "Where to find us"
text = "We are always on a lookout for exciting challenges and new contacts. If you want to start something great or just find out more about what we do, send us a message. Reinventing your presence in the connected world is just a few characters away"
sectionClasses = "lg:mb-8"
image = { ContactImage }
imgClasses = "-mb-20 lg:-mt-12"
2018-08-01 19:10:21 +02:00
/ >
2018-08-01 22:33:10 +02:00
< section className = "container mx-auto my-12 p-4" >
2018-08-23 01:25:02 +02:00
< div className = "md:flex" >
< div className = "p-2 text-center" >
< div className = "rounded overflow-hidden shadow" >
< img className = "w-full" src = { Sarajevo } alt = "Sarajevo City" / >
< div className = "px-6 py-4" >
2018-08-23 17:14:43 +02:00
< div className = "uppercase font-medium text-xl mb-6" >
office in Sarajevo
2018-08-23 01:25:02 +02:00
< / d i v >
2018-08-23 17:14:43 +02:00
< div className = "md:flex text-left justify-around text-base" >
2018-08-23 01:25:02 +02:00
< div >
2018-08-23 17:14:43 +02:00
< h4 className = "text-black" > Adress < / h 4 >
< p className = "text-black-light" >
Saburly d . o . o < br / >
Hakije Turajlica 2 < br / >
71 000 Sarajevo < br / >
Bosnia & Herzegovina < br / >
< / p >
2018-08-23 01:25:02 +02:00
< / d i v >
< div >
2018-08-23 17:14:43 +02:00
< h4 className = "text-black" > Contact < / h 4 >
< p className = "text-black-light" >
Phone : { ' ' }
< a
className = "text-purple-dark hover:text-purple-light no-underline"
href = "tel:+38761909238"
>
+ 38761909238
< / a > { ' ' }
< br / >
E - mail : { ' ' }
< a
className = "text-purple-dark hover:text-purple-light no-underline"
href = "mailto:bosnia@saburly.com"
>
bosnia @ saburly . com
< / a > { ' ' }
< / p >
2018-08-23 01:25:02 +02:00
< / d i v >
2018-08-23 14:18:31 +02:00
< / d i v >
2018-08-23 01:25:02 +02:00
< / d i v >
2018-08-01 22:33:10 +02:00
< / d i v >
2018-08-23 01:25:02 +02:00
< / d i v >
< div className = "p-2 text-center" >
< div className = "rounded overflow-hidden shadow" >
< img className = "w-full" src = { Stockholm } alt = "Stockholm City" / >
< div className = "px-6 py-4" >
2018-08-23 17:14:43 +02:00
< div className = "uppercase font-medium text-xl mb-6" >
office in Stockholm
2018-08-23 01:25:02 +02:00
< / d i v >
2018-08-23 17:14:43 +02:00
< div className = "md:flex text-left justify-around text-black text-base" >
2018-08-23 01:25:02 +02:00
< div >
2018-08-23 17:14:43 +02:00
< h4 className = "text-black" > Adress < / h 4 >
< p className = "text-black-light" >
Saburly AB < br / >
Vretenvägen 13 < br / >
171 54 Solna < br / >
Sweden < br / >
< / p >
2018-08-23 01:25:02 +02:00
< / d i v >
< div >
2018-08-23 17:14:43 +02:00
< h4 className = "text-black" > Contact < / h 4 >
< p className = "text-black-light" >
Phone : { ' ' }
< a
className = "text-purple-dark hover:text-purple-light no-underline"
href = "tel:+46760477717"
>
+ 46760477717
< / a >
< br / >
E - mail : { ' ' }
< a
className = "text-purple-dark hover:text-purple-light no-underline"
href = "mailto:sweden@saburly.com"
>
sweden @ saburly . com
< / a > { ' ' }
< / p >
2018-08-23 01:25:02 +02:00
< / d i v >
2018-08-23 14:18:31 +02:00
< / d i v >
2018-08-23 01:25:02 +02:00
< / d i v >
2018-08-01 22:33:10 +02:00
< / d i v >
2018-08-23 01:25:02 +02:00
< / d i v >
< / d i v >
< / s e c t i o n >
2018-08-01 19:10:21 +02:00
2018-08-23 01:25:02 +02:00
< section className = "bg-contact-form" >
< form className = "mx-auto pt-16 p-6 max-w-md" >
< SectionIntro headline = "Let's Connect" light / >
< div className = "flex flex-wrap" >
< input
className = "appearance-none bg-transparent border-contact block w-full text-white py-2 border-grey-light"
id = "grid-first-name"
type = "text"
placeholder = "Name"
required
/ >
< input
className = "appearance-none bg-transparent border-contact block w-full text-white py-2 border-grey-light"
id = "grid-first-name"
type = "text"
placeholder = "Email"
required
/ >
< textarea
className = "appearance-none bg-transparent border-contact block w-full text-white py-2 border-grey-light"
id = "grid-last-name"
type = "text"
placeholder = "Message..."
required
/ >
2018-08-01 22:33:10 +02:00
< / d i v >
2018-08-01 19:10:21 +02:00
2018-08-01 22:33:10 +02:00
< button
2018-08-23 01:25:02 +02:00
className = "mt-4 shadow bg-teal hover:bg-teal-light text-white py-2 px-4 rounded"
2018-08-01 22:33:10 +02:00
type = "submit"
>
2018-08-01 22:56:01 +02:00
Send
2018-08-01 22:33:10 +02:00
< / b u t t o n >
< / f o r m >
2018-08-23 01:25:02 +02:00
< img
src = { FormImage }
alt = "Contact Form Image"
className = "text-center block m-x-auto md:max-w-lg mx-auto"
/ >
2018-08-01 22:33:10 +02:00
< / s e c t i o n >
2018-06-27 16:36:45 +02:00
< / d i v >
)
2018-06-30 15:04:24 +02:00
export default ContactPage