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