Skip to content

Commit 388149c

Browse files
committed
Make hero bouncing arrow link to About section
1 parent 5710a4c commit 388149c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ <h1 class="font-fira text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight t
213213
View Our Work
214214
</a>
215215
</div>
216-
<div class="mt-16 animate-bounce">
217-
<svg class="w-6 h-6 mx-auto text-gray-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"/></svg>
218-
</div>
216+
<a href="#about" class="mt-16 inline-flex animate-bounce" aria-label="Scroll to About section">
217+
<svg class="w-6 h-6 mx-auto text-gray-500 hover:text-brand-teal transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"/></svg>
218+
</a>
219219
</div>
220220
</section>
221221

0 commit comments

Comments
 (0)