Change hero title

This commit is contained in:
Edin Dazdarevic
2019-04-10 15:06:54 +02:00
parent 858a623674
commit 19ed85f5b3

View File

@@ -42,15 +42,17 @@ const IndexPage = ({ ...props }) => (
imgClasses="-mb-20 p-2 md:p-8"
>
<h1 className="my-4 text-3xl xsm:text-4xl font-black text-black md:text-5xl">
We{' '}
Top {' '}
<Typed
strings={['imagine', 'design', 'develop', 'maintain']}
strings={['developers', 'designers', 'experts']}
typeSpeed={100}
backSpeed={50}
backDelay={3000}
loop
/>
great<br />digital experiences
<br />
for your next project
</h1>
</PageIntro>