Adding page transitions, image tilting option and design tweaks
This commit is contained in:
@@ -8,8 +8,10 @@ import Sarajevo from '../images/sarajevo-web-agency.jpg'
|
||||
import Stockholm from '../images/stockholm-web-agency.jpg'
|
||||
import FormImage from '../images/contact-web-consultancy.svg'
|
||||
|
||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
||||
|
||||
const ContactPage = () => (
|
||||
<div>
|
||||
<PageTransition>
|
||||
<PageIntro
|
||||
headline="Let's make things happen"
|
||||
text="We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just find out more about what we do."
|
||||
@@ -155,7 +157,7 @@ const ContactPage = () => (
|
||||
className="text-center block m-x-auto md:max-w-lg mx-auto"
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
</PageTransition>
|
||||
)
|
||||
|
||||
export default ContactPage
|
||||
|
||||
Reference in New Issue
Block a user