Skip to content

Commit

Permalink
feat(home): add new phrases to rypewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Mar 9, 2024
1 parent 333d789 commit 4ac5b31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ export default function Page() {
<span className="flex items-center text-2xl text-neutral-400 md:text-3xl ">
<Typewriter
words={[
'Front-end developer',
'Back-end developer',
'Tech stuff enthusiast',
'Passionate about philosophy',
'Nature admirer',
'Enjoyer of good books',
'Full stack developer'
]}
cursor
loop
/>
</span>
</div>
Expand Down

0 comments on commit 4ac5b31

Please sign in to comment.