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-09-12 11:42:14 +02:00
import Card from '../components/Card'
2018-09-12 13:57:38 +02:00
import SEO from '../components/SEO'
2018-07-07 01:04:02 +02:00
2018-08-30 14:18:59 +02:00
import ContactImage from '../images/saburly-web-agency.jpg'
2018-08-23 01:25:02 +02:00
import Sarajevo from '../images/sarajevo-web-agency.jpg'
2019-04-04 14:25:22 +02:00
import Denver from '../images/denver-web-agency.jpg'
2018-08-30 22:30:00 +02:00
import FormImage from '../images/best-web-development-sweden.svg'
2018-08-23 01:25:02 +02:00
2018-08-30 11:07:16 +02:00
import PageTransition from 'gatsby-plugin-page-transitions'
2018-06-30 15:04:24 +02:00
const ContactPage = ( ) => (
2018-08-30 11:07:16 +02:00
< PageTransition >
2018-09-12 15:16:28 +02:00
< SEO
siteTitle = "Saburly - Contact Us"
siteDescription = "We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just have any questions"
siteUrl = "https://saburly.com/contact"
/ >
2018-09-06 20:58:11 +02:00
< PageIntro
tiltImage
headline = "Let's connect"
text = "We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just have any questions."
sectionClasses = "lg:mb-8"
image = { ContactImage }
2018-09-12 11:10:09 +02:00
imgClasses = "-mb-12 border-white rounded-lg"
2018-09-06 20:58:11 +02:00
/ >
2018-08-01 19:10:21 +02:00
2018-09-12 11:42:14 +02:00
< section className = "my-20 container mx-auto w-full md:flex w-full" >
2019-04-04 14:25:22 +02:00
< div className = "p-2" >
< Card team teamMember = { Denver } title = "OFFICE IN DENVER" >
< div className = "xsm:flex text-left justify-around text-black text-base p-4" >
< div className = "py-2" >
2019-04-04 14:37:54 +02:00
< h4 className = "text-black" > Address < / h 4 >
2019-04-04 14:25:22 +02:00
< p className = "text-black-light font-serif" >
Saburly < br / >
1819 S Pearl St < br / >
Denver , CO 80210 < br / >
USA < br / >
< / p >
< / d i v >
< div className = "py-2" >
< h4 className = "text-black" > Contact < / h 4 >
< p className = "font-serif text-black-light" >
Phone : { ' ' }
< a
className = "saburly-color hover:text-purple-light no-underline"
href = "tel:+17206432025"
>
+ 1 720 - 643 - 2025
< / a >
< br / >
E - mail : { ' ' }
< a
className = "saburly-color hover:text-purple-light no-underline"
href = "mailto:info@saburly.com"
>
info @ saburly . com
< / a > { ' ' }
< / p >
< / d i v >
< / d i v >
< / C a r d >
< / d i v >
< div className = "p-2" >
2018-09-12 15:16:28 +02:00
< Card team teamMember = { Sarajevo } title = "OFFICE IN SARAJEVO" >
< div className = "xsm:flex text-left justify-around text-base p-4" >
< div className = "py-2" >
2019-04-04 14:37:54 +02:00
< h4 className = "text-black" > Address < / h 4 >
2018-09-12 15:16:28 +02:00
< p className = "font-serif 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 >
2018-09-12 15:16:28 +02:00
< div className = "py-2" >
< h4 className = "text-black" > Contact < / h 4 >
< p className = "font-serif text-black-light" >
Phone : { ' ' }
< a
className = "saburly-color hover:text-purple-light no-underline"
href = "tel:+38761909238"
>
+ 38761909238
< / a > { ' ' }
< br / >
E - mail : { ' ' }
< a
className = "saburly-color hover:text-purple-light no-underline"
2019-01-25 06:03:07 -08:00
href = "mailto:info@saburly.com"
2018-09-12 15:16:28 +02:00
>
2019-01-25 06:03:07 -08:00
info @ saburly . com
2018-09-12 15:16:28 +02:00
< / a > { ' ' }
< / p >
< / d i v >
< / d i v >
< / C a r d >
2018-08-23 01:25:02 +02:00
< / d i v >
< / s e c t i o n >
2018-08-01 19:10:21 +02:00
2018-08-30 22:30:00 +02:00
< div className = "bg-saburly-lighter p-8" >
2018-09-12 15:16:28 +02:00
< section className = "container lg:flex justify-between mx-auto" >
< form
action = "https://formspree.io/info@saburly.com"
2018-10-01 15:28:57 +02:00
className = "w-full max-w-sm mx-auto p-6"
2018-09-12 15:16:28 +02:00
method = "POST"
>
2018-10-01 15:28:57 +02:00
< SectionIntro headline = "We'd love to hear from you" h2Classes = "text-3xl xsm:text-4xl sm:text-5xl xl:text-6xl font-black" / >
2018-09-12 15:16:28 +02:00
< div className = "md:flex flex-wrap" >
< input
className = "appearance-none bg-transparent border-contact block w-full typed-cursor py-2"
id = "grid-first-name"
type = "text"
placeholder = "Name"
name = "name"
required
/ >
2018-08-23 01:25:02 +02:00
2018-09-12 15:16:28 +02:00
< input
className = "appearance-none bg-transparent border-contact block w-full typed-cursor py-2"
id = "grid-first-name"
type = "text"
placeholder = "Email"
name = "_replyto"
required
/ >
2018-09-01 14:14:37 +02:00
2018-09-12 15:16:28 +02:00
< textarea
className = "appearance-none bg-transparent border-contact block w-full typed-cursor py-2 border-grey-light"
id = "grid-last-name"
type = "text"
name = "message"
placeholder = "Message"
required
2018-08-30 16:42:18 +02:00
/ >
< / d i v >
2018-09-12 15:16:28 +02:00
< button
className = "mt-4 w-full shadow bg-teal hover:bg-teal-light text-white py-2 px-4 rounded"
value = "Send"
type = "submit"
>
SEND
< / b u t t o n >
< / f o r m >
< div >
< img
src = { FormImage }
alt = "Contact Form Image"
className = "p-10 w-full text-center block md:max-w-lg mx-auto"
/ >
< / d i v >
< / s e c t i o n >
2018-08-30 16:42:18 +02:00
< / d i v >
2018-08-30 11:07:16 +02:00
< / P a g e T r a n s i t i o n >
2018-06-27 16:36:45 +02:00
)
2018-06-30 15:04:24 +02:00
export default ContactPage