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" imgClasses="-mb-20 p-2 md:p-8"
> >
<h1 className="my-4 text-3xl xsm:text-4xl font-black text-black md:text-5xl"> <h1 className="my-4 text-3xl xsm:text-4xl font-black text-black md:text-5xl">
We{' '} Top {' '}
<Typed <Typed
strings={['imagine', 'design', 'develop', 'maintain']} strings={['developers', 'designers', 'experts']}
typeSpeed={100} typeSpeed={100}
backSpeed={50} backSpeed={50}
backDelay={3000} backDelay={3000}
loop loop
/> />
great<br />digital experiences <br />
for your next project
</h1> </h1>
</PageIntro> </PageIntro>