Change hero title
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user